Color Hex Logo

#ce272f Color Hex

#CE272F
(206,39,47)
0 Favorites   0 Comments

Color spaces of #ce272f

RGB 2063947
HSL0.990.680.48
HSV357°81°81°
CMYK 0.000.810.77   0.19
XYZ26.692214.77814.1349
Yxy14.77810.58530.3240
Hunter Lab38.442356.666520.5323
CIE-Lab45.328863.082038.5141

#ce272f color RGB value is (206,39,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100111 00101111
Octal 316 47 57
Decimal 206 39 47
Hex CE 27 2F

RGB Percentages of Color #ce272f

%70.55
%13.36
%16.10

CMYK Percentages of Color #ce272f

%0
%81
%77
%19

Triadic Colors of #ce272f

#ce272f #2fce27 #272fce

Analogous Colors of #ce272f

#ce272f #ce7327 #ce2783

Monochromatic Colors of #ce272f

#ce272f

Complementary Color

#ce272f #27cec6

#ce272f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce272f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce272f Color CSS Codes

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

#ce272f Text Font Color

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

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


#ce272f Background Color

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

This div background color is #ce272f


#ce272f Border Color

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

This div border color is #ce272f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce272f


Comments

No comments written yet.

Please login to write comment.