Color Hex Logo

#cf481d Color Hex

#CF481D
(207,72,29)
0 Favorites   0 Comments

Color spaces of #cf481d

RGB 2077229
HSL0.040.750.46
HSV14°86°81°
CMYK 0.000.650.86   0.19
XYZ28.271317.98883.1445
Yxy17.98880.57220.3641
Hunter Lab42.413244.759325.2935
CIE-Lab49.482551.511551.5397

#cf481d color RGB value is (207,72,29).

#cf481d hex color red value is 207, green value is 72 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #cf481d hue: 0.04 , saturation: 0.75 and the lightness value of cf481d is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01001000 00011101
Octal 317 110 35
Decimal 207 72 29
Hex CF 48 1D

RGB Percentages of Color #cf481d

%67.21
%23.38
%9.42

CMYK Percentages of Color #cf481d

%0
%65
%86
%19

Triadic Colors of #cf481d

#cf481d #1dcf48 #481dcf

Analogous Colors of #cf481d

#cf481d #cfa11d #cf1d4b

Monochromatic Colors of #cf481d

#cf481d

Complementary Color

#cf481d #1da4cf

#cf481d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf481d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf481d Color CSS Codes

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

#cf481d Text Font Color

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

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


#cf481d Background Color

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

This div background color is #cf481d


#cf481d Border Color

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

This div border color is #cf481d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf481d


Comments

No comments written yet.

Please login to write comment.