Color Hex Logo

#cb001f Color Hex

#CB001F
(203,0,31)
0 Favorites   0 Comments

Color spaces of #cb001f

RGB 203031
HSL0.971.000.40
HSV351°100°80°
CMYK 0.001.000.85   0.20
XYZ24.875912.79542.4550
Yxy12.79540.61990.3189
Hunter Lab35.770761.535220.9703
CIE-Lab42.453367.874244.2800

#cb001f color RGB value is (203,0,31).

#cb001f hex color red value is 203, green value is 0 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #cb001f hue: 0.97 , saturation: 1.00 and the lightness value of cb001f is 0.40.

The process color (four color CMYK) of #cb001f color hex is 0.00, 1.00, 0.85, 0.20. Web safe color of #cb001f is #cc0033. Color #cb001f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000000 00011111
Octal 313 0 37
Decimal 203 0 31
Hex CB 0 1F

RGB Percentages of Color #cb001f

%86.75
%0.00
%13.25

CMYK Percentages of Color #cb001f

%0
%100
%85
%20

Triadic Colors of #cb001f

#cb001f #1fcb00 #001fcb

Analogous Colors of #cb001f

#cb001f #cb4700 #cb0085

Monochromatic Colors of #cb001f

#cb001f

Complementary Color

#cb001f #00cbac

#cb001f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb001f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb001f Color CSS Codes

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

#cb001f Text Font Color

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

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


#cb001f Background Color

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

This div background color is #cb001f


#cb001f Border Color

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

This div border color is #cb001f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb001f


Comments

No comments written yet.

Please login to write comment.