Color Hex Logo

#cb221b Color Hex

#CB221B
(203,34,27)
0 Favorites   0 Comments

Color spaces of #cb221b

RGB 2033427
HSL0.010.770.45
HSV87°80°
CMYK 0.000.830.87   0.20
XYZ25.398513.91972.3850
Yxy13.91970.60900.3338
Hunter Lab37.309156.224522.3262
CIE-Lab44.117662.925047.6916

#cb221b color RGB value is (203,34,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00100010 00011011
Octal 313 42 33
Decimal 203 34 27
Hex CB 22 1B

RGB Percentages of Color #cb221b

%76.89
%12.88
%10.23

CMYK Percentages of Color #cb221b

%0
%83
%87
%20

Triadic Colors of #cb221b

#cb221b #1bcb22 #221bcb

Analogous Colors of #cb221b

#cb221b #cb7a1b #cb1b6c

Monochromatic Colors of #cb221b

#cb221b

Complementary Color

#cb221b #1bc4cb

#cb221b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb221b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb221b Color CSS Codes

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

#cb221b Text Font Color

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

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


#cb221b Background Color

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

This div background color is #cb221b


#cb221b Border Color

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

This div border color is #cb221b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,34,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb221b


Comments

No comments written yet.

Please login to write comment.