Color Hex Logo

#cb310d Color Hex

#CB310D
(203,49,13)
0 Favorites   0 Comments

Color spaces of #cb310d

RGB 2034913
HSL0.030.880.42
HSV11°94°80°
CMYK 0.000.760.94   0.20
XYZ25.799614.92221.9013
Yxy14.92220.60530.3501
Hunter Lab38.629351.614824.1223
CIE-Lab45.527558.534354.1946

#cb310d color RGB value is (203,49,13).

#cb310d hex color red value is 203, green value is 49 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #cb310d hue: 0.03 , saturation: 0.88 and the lightness value of cb310d is 0.42.

The process color (four color CMYK) of #cb310d color hex is 0.00, 0.76, 0.94, 0.20. Web safe color of #cb310d is #cc3300. Color #cb310d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110001 00001101
Octal 313 61 15
Decimal 203 49 13
Hex CB 31 D

RGB Percentages of Color #cb310d

%76.60
%18.49
%4.91

CMYK Percentages of Color #cb310d

%0
%76
%94
%20

Triadic Colors of #cb310d

#cb310d #0dcb31 #310dcb

Analogous Colors of #cb310d

#cb310d #cb900d #cb0d48

Monochromatic Colors of #cb310d

#cb310d

Complementary Color

#cb310d #0da7cb

#cb310d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb310d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb310d Color CSS Codes

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

#cb310d Text Font Color

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

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


#cb310d Background Color

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

This div background color is #cb310d


#cb310d Border Color

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

This div border color is #cb310d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb310d


Comments

No comments written yet.

Please login to write comment.