Color Hex Logo

#cf361c Color Hex

#CF361C
(207,54,28)
0 Favorites   0 Comments

Color spaces of #cf361c

RGB 2075428
HSL0.020.760.46
HSV86°81°
CMYK 0.000.740.86   0.19
XYZ27.260915.98762.7477
Yxy15.98760.59270.3476
Hunter Lab39.984551.726123.9148
CIE-Lab46.958258.367649.8854

#cf361c color RGB value is (207,54,28).

#cf361c hex color red value is 207, green value is 54 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #cf361c hue: 0.02 , saturation: 0.76 and the lightness value of cf361c is 0.46.

The process color (four color CMYK) of #cf361c color hex is 0.00, 0.74, 0.86, 0.19. Web safe color of #cf361c is #cc3333. Color #cf361c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00110110 00011100
Octal 317 66 34
Decimal 207 54 28
Hex CF 36 1C

RGB Percentages of Color #cf361c

%71.63
%18.69
%9.69

CMYK Percentages of Color #cf361c

%0
%74
%86
%19

Triadic Colors of #cf361c

#cf361c #1ccf36 #361ccf

Analogous Colors of #cf361c

#cf361c #cf901c #cf1c5b

Monochromatic Colors of #cf361c

#cf361c

Complementary Color

#cf361c #1cb5cf

#cf361c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf361c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf361c Color CSS Codes

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

#cf361c Text Font Color

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

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


#cf361c Background Color

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

This div background color is #cf361c


#cf361c Border Color

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

This div border color is #cf361c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf361c


Comments

No comments written yet.

Please login to write comment.