Color Hex Logo

#cb221d Color Hex

#CB221D
(203,34,29)
0 Favorites   0 Comments

Color spaces of #cb221d

RGB 2033429
HSL0.000.750.45
HSV86°80°
CMYK 0.000.830.86   0.20
XYZ25.422413.92932.5111
Yxy13.92930.60730.3327
Hunter Lab37.322056.274422.1362
CIE-Lab44.131462.966546.7461

#cb221d color RGB value is (203,34,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00100010 00011101
Octal 313 42 35
Decimal 203 34 29
Hex CB 22 1D

RGB Percentages of Color #cb221d

%76.32
%12.78
%10.90

CMYK Percentages of Color #cb221d

%0
%83
%86
%20

Triadic Colors of #cb221d

#cb221d #1dcb22 #221dcb

Analogous Colors of #cb221d

#cb221d #cb791d #cb1d6f

Monochromatic Colors of #cb221d

#cb221d

Complementary Color

#cb221d #1dc6cb

#cb221d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb221d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb221d Color CSS Codes

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

#cb221d Text Font Color

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

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


#cb221d Background Color

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

This div background color is #cb221d


#cb221d Border Color

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

This div border color is #cb221d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb221d


Comments

No comments written yet.

Please login to write comment.