Color Hex Logo

#cb1835 Color Hex

#CB1835
(203,24,53)
0 Favorites   0 Comments

Color spaces of #cb1835

RGB 2032453
HSL0.970.790.45
HSV350°88°80°
CMYK 0.000.880.74   0.20
XYZ25.597813.60684.6454
Yxy13.60680.58380.3103
Hunter Lab36.887459.316118.3545
CIE-Lab43.663765.721632.9833

#cb1835 color RGB value is (203,24,53).

#cb1835 hex color red value is 203, green value is 24 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #cb1835 hue: 0.97 , saturation: 0.79 and the lightness value of cb1835 is 0.45.

The process color (four color CMYK) of #cb1835 color hex is 0.00, 0.88, 0.74, 0.20. Web safe color of #cb1835 is #cc0033. Color #cb1835 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00011000 00110101
Octal 313 30 65
Decimal 203 24 53
Hex CB 18 35

RGB Percentages of Color #cb1835

%72.50
%8.57
%18.93

CMYK Percentages of Color #cb1835

%0
%88
%74
%20

Triadic Colors of #cb1835

#cb1835 #35cb18 #1835cb

Analogous Colors of #cb1835

#cb1835 #cb5518 #cb188f

Monochromatic Colors of #cb1835

#cb1835

Complementary Color

#cb1835 #18cbae

#cb1835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb1835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb1835 Color CSS Codes

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

#cb1835 Text Font Color

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

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


#cb1835 Background Color

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

This div background color is #cb1835


#cb1835 Border Color

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

This div border color is #cb1835


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb1835


Comments

No comments written yet.

Please login to write comment.