Color Hex Logo

#ce271d Color Hex

#CE271D
(206,39,29)
0 Favorites   0 Comments

Color spaces of #ce271d

RGB 2063929
HSL0.010.750.46
HSV86°81°
CMYK 0.000.810.86   0.19
XYZ26.400914.66162.6009
Yxy14.66160.60460.3358
Hunter Lab38.290556.065722.7760
CIE-Lab45.167262.583047.8613

#ce271d color RGB value is (206,39,29).

#ce271d hex color red value is 206, green value is 39 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ce271d hue: 0.01 , saturation: 0.75 and the lightness value of ce271d is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100111 00011101
Octal 316 47 35
Decimal 206 39 29
Hex CE 27 1D

RGB Percentages of Color #ce271d

%75.18
%14.23
%10.58

CMYK Percentages of Color #ce271d

%0
%81
%86
%19

Triadic Colors of #ce271d

#ce271d #1dce27 #271dce

Analogous Colors of #ce271d

#ce271d #ce801d #ce1d6c

Monochromatic Colors of #ce271d

#ce271d

Complementary Color

#ce271d #1dc4ce

#ce271d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce271d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce271d Color CSS Codes

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

#ce271d Text Font Color

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

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


#ce271d Background Color

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

This div background color is #ce271d


#ce271d Border Color

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

This div border color is #ce271d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce271d


Comments

No comments written yet.

Please login to write comment.