Color Hex Logo

#cb252e Color Hex

#CB252E
(203,37,46)
0 Favorites   0 Comments

Color spaces of #cb252e

RGB 2033746
HSL0.990.690.47
HSV357°82°80°
CMYK 0.000.820.77   0.20
XYZ25.783314.21693.9700
Yxy14.21690.58640.3233
Hunter Lab37.705356.076020.1511
CIE-Lab44.542462.712138.0641

#cb252e color RGB value is (203,37,46).

#cb252e hex color red value is 203, green value is 37 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cb252e hue: 0.99 , saturation: 0.69 and the lightness value of cb252e is 0.47.

The process color (four color CMYK) of #cb252e color hex is 0.00, 0.82, 0.77, 0.20. Web safe color of #cb252e is #cc3333. Color #cb252e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00100101 00101110
Octal 313 45 56
Decimal 203 37 46
Hex CB 25 2E

RGB Percentages of Color #cb252e

%70.98
%12.94
%16.08

CMYK Percentages of Color #cb252e

%0
%82
%77
%20

Triadic Colors of #cb252e

#cb252e #2ecb25 #252ecb

Analogous Colors of #cb252e

#cb252e #cb6f25 #cb2581

Monochromatic Colors of #cb252e

#cb252e

Complementary Color

#cb252e #25cbc2

#cb252e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb252e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb252e Color CSS Codes

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

#cb252e Text Font Color

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

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


#cb252e Background Color

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

This div background color is #cb252e


#cb252e Border Color

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

This div border color is #cb252e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb252e


Comments

No comments written yet.

Please login to write comment.