Color Hex Logo

#ce371d Color Hex

#CE371D
(206,55,29)
0 Favorites   0 Comments

Color spaces of #ce371d

RGB 2065529
HSL0.020.750.46
HSV86°81°
CMYK 0.000.730.86   0.19
XYZ27.041615.94292.8144
Yxy15.94290.59040.3481
Hunter Lab39.928651.014123.7709
CIE-Lab46.899557.734249.3132

#ce371d color RGB value is (206,55,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110111 00011101
Octal 316 67 35
Decimal 206 55 29
Hex CE 37 1D

RGB Percentages of Color #ce371d

%71.03
%18.97
%10.00

CMYK Percentages of Color #ce371d

%0
%73
%86
%19

Triadic Colors of #ce371d

#ce371d #1dce37 #371dce

Analogous Colors of #ce371d

#ce371d #ce901d #ce1d5b

Monochromatic Colors of #ce371d

#ce371d

Complementary Color

#ce371d #1db4ce

#ce371d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce371d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce371d Color CSS Codes

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

#ce371d Text Font Color

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

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


#ce371d Background Color

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

This div background color is #ce371d


#ce371d Border Color

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

This div border color is #ce371d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce371d


Comments

No comments written yet.

Please login to write comment.