Color Hex Logo

#cf301f Color Hex

#CF301F
(207,48,31)
0 Favorites   0 Comments

Color spaces of #cf301f

RGB 2074831
HSL0.020.740.47
HSV85°81°
CMYK 0.000.770.85   0.19
XYZ27.036415.47822.8589
Yxy15.47820.59590.3411
Hunter Lab39.342353.817623.2312
CIE-Lab46.282360.373347.9391

#cf301f color RGB value is (207,48,31).

#cf301f hex color red value is 207, green value is 48 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #cf301f hue: 0.02 , saturation: 0.74 and the lightness value of cf301f is 0.47.

The process color (four color CMYK) of #cf301f color hex is 0.00, 0.77, 0.85, 0.19. Web safe color of #cf301f is #cc3333. Color #cf301f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00110000 00011111
Octal 317 60 37
Decimal 207 48 31
Hex CF 30 1F

RGB Percentages of Color #cf301f

%72.38
%16.78
%10.84

CMYK Percentages of Color #cf301f

%0
%77
%85
%19

Triadic Colors of #cf301f

#cf301f #1fcf30 #301fcf

Analogous Colors of #cf301f

#cf301f #cf881f #cf1f66

Monochromatic Colors of #cf301f

#cf301f

Complementary Color

#cf301f #1fbecf

#cf301f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf301f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf301f Color CSS Codes

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

#cf301f Text Font Color

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

This sample text font color is #cf301f
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.


#cf301f Background Color

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

This div background color is #cf301f


#cf301f Border Color

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

This div border color is #cf301f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf301f


Comments

No comments written yet.

Please login to write comment.