Color Hex Logo

#ce292b Color Hex

#CE292B
(206,41,43)
0 Favorites   0 Comments

Color spaces of #ce292b

RGB 2064143
HSL1.000.670.48
HSV359°80°81°
CMYK 0.000.800.79   0.19
XYZ26.682614.88213.7517
Yxy14.88210.58880.3284
Hunter Lab38.577355.952021.2381
CIE-Lab45.472362.424140.9059

#ce292b color RGB value is (206,41,43).

#ce292b hex color red value is 206, green value is 41 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ce292b hue: 1.00 , saturation: 0.67 and the lightness value of ce292b is 0.48.

The process color (four color CMYK) of #ce292b color hex is 0.00, 0.80, 0.79, 0.19. Web safe color of #ce292b is #cc3333. Color #ce292b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101001 00101011
Octal 316 51 53
Decimal 206 41 43
Hex CE 29 2B

RGB Percentages of Color #ce292b

%71.03
%14.14
%14.83

CMYK Percentages of Color #ce292b

%0
%80
%79
%19

Triadic Colors of #ce292b

#ce292b #2bce29 #292bce

Analogous Colors of #ce292b

#ce292b #ce7a29 #ce297e

Monochromatic Colors of #ce292b

#ce292b

Complementary Color

#ce292b #29cecc

#ce292b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce292b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce292b Color CSS Codes

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

#ce292b Text Font Color

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

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


#ce292b Background Color

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

This div background color is #ce292b


#ce292b Border Color

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

This div border color is #ce292b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce292b


Comments

No comments written yet.

Please login to write comment.