Color Hex Logo

#cb001e Color Hex

#CB001E
(203,0,30)
0 Favorites   0 Comments

Color spaces of #cb001e

RGB 203030
HSL0.981.000.40
HSV351°100°80°
CMYK 0.001.000.85   0.20
XYZ24.862912.79022.3866
Yxy12.79020.62100.3194
Hunter Lab35.763461.508221.0778
CIE-Lab42.445467.852644.7961

#cb001e color RGB value is (203,0,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000000 00011110
Octal 313 0 36
Decimal 203 0 30
Hex CB 0 1E

RGB Percentages of Color #cb001e

%87.12
%0.00
%12.88

CMYK Percentages of Color #cb001e

%0
%100
%85
%20

Triadic Colors of #cb001e

#cb001e #1ecb00 #001ecb

Analogous Colors of #cb001e

#cb001e #cb4700 #cb0084

Monochromatic Colors of #cb001e

#cb001e

Complementary Color

#cb001e #00cbad

#cb001e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb001e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb001e Color CSS Codes

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

#cb001e Text Font Color

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

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


#cb001e Background Color

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

This div background color is #cb001e


#cb001e Border Color

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

This div border color is #cb001e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb001e


Comments

No comments written yet.

Please login to write comment.