Color Hex Logo

#ce031d Color Hex

#CE031D
(206,3,29)
0 Favorites   0 Comments

Color spaces of #ce031d

RGB 206329
HSL0.980.970.41
HSV352°99°81°
CMYK 0.000.990.86   0.19
XYZ25.707913.27562.3699
Yxy13.27560.62170.3210
Hunter Lab36.435762.181621.6486
CIE-Lab43.175668.287646.1859

#ce031d color RGB value is (206,3,29).

#ce031d hex color red value is 206, green value is 3 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ce031d hue: 0.98 , saturation: 0.97 and the lightness value of ce031d is 0.41.

The process color (four color CMYK) of #ce031d color hex is 0.00, 0.99, 0.86, 0.19. Web safe color of #ce031d is #cc0033. Color #ce031d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000011 00011101
Octal 316 3 35
Decimal 206 3 29
Hex CE 3 1D

RGB Percentages of Color #ce031d

%86.55
%1.26
%12.18

CMYK Percentages of Color #ce031d

%0
%99
%86
%19

Triadic Colors of #ce031d

#ce031d #1dce03 #031dce

Analogous Colors of #ce031d

#ce031d #ce4f03 #ce0383

Monochromatic Colors of #ce031d

#ce031d

Complementary Color

#ce031d #03ceb4

#ce031d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce031d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce031d Color CSS Codes

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

#ce031d Text Font Color

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

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


#ce031d Background Color

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

This div background color is #ce031d


#ce031d Border Color

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

This div border color is #ce031d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce031d


Comments

No comments written yet.

Please login to write comment.