color codes Logo

#cb142f color codes

#CB142F
(203,20,47)
0 Favorites   0 Comments

Color spaces of #cb142f

RGB 2032047
HSL0.980.820.44
HSV351°90°80°
CMYK 0.000.900.77   0.20
XYZ25.391813.40213.9379
Yxy13.40210.59420.3136
Hunter Lab36.608959.741519.2486
CIE-Lab43.363066.149236.2098

#cb142f color RGB value is (203,20,47).

#cb142f hex color red value is 203, green value is 20 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cb142f hue: 0.98 , saturation: 0.82 and the lightness value of cb142f is 0.44.

The process color (four color CMYK) of #cb142f color code is 0.00, 0.90, 0.77, 0.20. Web safe color of #cb142f is #cc0033. Color #cb142f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00010100 00101111
Octal 313 24 57
Decimal 203 20 47
Hex CB 14 2F

RGB Percentages of Color #cb142f

%75.19
%7.41
%17.41

CMYK Percentages of Color #cb142f

%0
%90
%77
%20

Triadic Colors of #cb142f

#cb142f #2fcb14 #142fcb

Analogous Colors of #cb142f

#cb142f #cb5514 #cb148b

Monochromatic Colors of #cb142f

#cb142f

Complementary Color

#cb142f #14cbb0

#cb142f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb142f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb142f Color CSS Codes

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

#cb142f Text Font Color

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

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


#cb142f Background Color

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

This div background color is #cb142f


#cb142f Border Color

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

This div border color is #cb142f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb142f


Comments

No comments written yet.

Please login to write comment.