Color Hex Logo

#ce272b Color Hex

#CE272B
(206,39,43)
0 Favorites   0 Comments

Color spaces of #ce272b

RGB 2063943
HSL1.000.680.48
HSV359°81°81°
CMYK 0.000.810.79   0.19
XYZ26.615214.74733.7292
Yxy14.74730.59020.3271
Hunter Lab38.402256.508121.1240
CIE-Lab45.286162.950740.7153

#ce272b color RGB value is (206,39,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100111 00101011
Octal 316 47 53
Decimal 206 39 43
Hex CE 27 2B

RGB Percentages of Color #ce272b

%71.53
%13.54
%14.93

CMYK Percentages of Color #ce272b

%0
%81
%79
%19

Triadic Colors of #ce272b

#ce272b #2bce27 #272bce

Analogous Colors of #ce272b

#ce272b #ce7727 #ce277f

Monochromatic Colors of #ce272b

#ce272b

Complementary Color

#ce272b #27ceca

#ce272b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce272b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce272b Color CSS Codes

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

#ce272b Text Font Color

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

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


#ce272b Background Color

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

This div background color is #ce272b


#ce272b Border Color

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

This div border color is #ce272b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,39,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 #ce272b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce272b


Comments

No comments written yet.

Please login to write comment.