Color Hex Logo

#cb441d Color Hex

#CB441D
(203,68,29)
0 Favorites   0 Comments

Color spaces of #cb441d

RGB 2036829
HSL0.040.750.45
HSV13°86°80°
CMYK 0.000.670.86   0.20
XYZ26.917516.91953.0095
Yxy16.91950.57460.3612
Hunter Lab41.133344.826524.4554
CIE-Lab48.158451.803850.1478

#cb441d color RGB value is (203,68,29).

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

The process color (four color CMYK) of #cb441d color hex is 0.00, 0.67, 0.86, 0.20. Web safe color of #cb441d is #cc3333. Color #cb441d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000100 00011101
Octal 313 104 35
Decimal 203 68 29
Hex CB 44 1D

RGB Percentages of Color #cb441d

%67.67
%22.67
%9.67

CMYK Percentages of Color #cb441d

%0
%67
%86
%20

Triadic Colors of #cb441d

#cb441d #1dcb44 #441dcb

Analogous Colors of #cb441d

#cb441d #cb9b1d #cb1d4d

Monochromatic Colors of #cb441d

#cb441d

Complementary Color

#cb441d #1da4cb

#cb441d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb441d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb441d Color CSS Codes

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

#cb441d Text Font Color

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

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


#cb441d Background Color

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

This div background color is #cb441d


#cb441d Border Color

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

This div border color is #cb441d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb441d


Comments

No comments written yet.

Please login to write comment.