Color Hex Logo

#ce213b Color Hex

#CE213B
(206,33,59)
0 Favorites   0 Comments

Color spaces of #ce213b

RGB 2063359
HSL0.970.720.47
HSV351°84°81°
CMYK 0.000.840.71   0.19
XYZ26.786914.52535.5295
Yxy14.52530.57190.3101
Hunter Lab38.112158.761818.0763
CIE-Lab44.977064.984831.0692

#ce213b color RGB value is (206,33,59).

#ce213b hex color red value is 206, green value is 33 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ce213b hue: 0.97 , saturation: 0.72 and the lightness value of ce213b is 0.47.

The process color (four color CMYK) of #ce213b color hex is 0.00, 0.84, 0.71, 0.19. Web safe color of #ce213b is #cc3333. Color #ce213b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100001 00111011
Octal 316 41 73
Decimal 206 33 59
Hex CE 21 3B

RGB Percentages of Color #ce213b

%69.13
%11.07
%19.80

CMYK Percentages of Color #ce213b

%0
%84
%71
%19

Triadic Colors of #ce213b

#ce213b #3bce21 #213bce

Analogous Colors of #ce213b

#ce213b #ce5e21 #ce2192

Monochromatic Colors of #ce213b

#ce213b

Complementary Color

#ce213b #21ceb4

#ce213b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce213b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce213b Color CSS Codes

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

#ce213b Text Font Color

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

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


#ce213b Background Color

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

This div background color is #ce213b


#ce213b Border Color

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

This div border color is #ce213b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,33,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ce213b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ce213b;
  -webkit-box-shadow: 1px 1px 3px 2px #ce213b;
  box-shadow:         1px 1px 3px 2px #ce213b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,33,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce213b


Comments

No comments written yet.

Please login to write comment.