Color Hex Logo

#cf311f Color Hex

#CF311F
(207,49,31)
0 Favorites   0 Comments

Color spaces of #cf311f

RGB 2074931
HSL0.020.740.47
HSV85°81°
CMYK 0.000.760.85   0.19
XYZ27.077815.56102.8727
Yxy15.56100.59500.3419
Hunter Lab39.447453.494323.2955
CIE-Lab46.393260.063248.0347

#cf311f color RGB value is (207,49,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 00110001 00011111
Octal 317 61 37
Decimal 207 49 31
Hex CF 31 1F

RGB Percentages of Color #cf311f

%72.13
%17.07
%10.80

CMYK Percentages of Color #cf311f

%0
%76
%85
%19

Triadic Colors of #cf311f

#cf311f #1fcf31 #311fcf

Analogous Colors of #cf311f

#cf311f #cf891f #cf1f65

Monochromatic Colors of #cf311f

#cf311f

Complementary Color

#cf311f #1fbdcf

#cf311f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf311f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf311f Color CSS Codes

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

#cf311f Text Font Color

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

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


#cf311f Background Color

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

This div background color is #cf311f


#cf311f Border Color

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

This div border color is #cf311f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,49,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 #cf311f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf311f


Comments

No comments written yet.

Please login to write comment.