Color Hex Logo

#cf252d Color Hex

#CF252D
(207,37,45)
0 Favorites   0 Comments

Color spaces of #cf252d

RGB 2073745
HSL0.990.700.48
HSV357°82°81°
CMYK 0.000.820.78   0.19
XYZ26.867314.77803.9190
Yxy14.77800.58970.3243
Hunter Lab38.442257.480220.8652
CIE-Lab45.328663.797039.7049

#cf252d color RGB value is (207,37,45).

#cf252d hex color red value is 207, green value is 37 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #cf252d hue: 0.99 , saturation: 0.70 and the lightness value of cf252d is 0.48.

The process color (four color CMYK) of #cf252d color hex is 0.00, 0.82, 0.78, 0.19. Web safe color of #cf252d is #cc3333. Color #cf252d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00100101 00101101
Octal 317 45 55
Decimal 207 37 45
Hex CF 25 2D

RGB Percentages of Color #cf252d

%71.63
%12.80
%15.57

CMYK Percentages of Color #cf252d

%0
%82
%78
%19

Triadic Colors of #cf252d

#cf252d #2dcf25 #252dcf

Analogous Colors of #cf252d

#cf252d #cf7225 #cf2582

Monochromatic Colors of #cf252d

#cf252d

Complementary Color

#cf252d #25cfc7

#cf252d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf252d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf252d Color CSS Codes

.mybgcolor {background-color:#cf252d; } 
.myforecolor {color:#cf252d; }
.mybordercolor {border:3px solid #cf252d; }

#cf252d Text Font Color

<p style="color:#cf252d">Text here</p>

This sample text font color is #cf252d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cf252d Background Color

<div style="background-color:#cf252d">
Div content here</div>

This div background color is #cf252d


#cf252d Border Color

<div style="border:3px solid #cf252d">
Div here</div>

This div border color is #cf252d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,37,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cf252d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cf252d;
  -webkit-box-shadow: 1px 1px 3px 2px #cf252d;
  box-shadow:         1px 1px 3px 2px #cf252d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,37,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cf252d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cf252d;
  -webkit-box-shadow: 1px 1px 3px 2px #cf252d;
  box-shadow:         1px 1px 3px 2px #cf252d;">
Div content here</div>

This div box has shadow with color #cf252d


Comments

No comments written yet.

Please login to write comment.