Color Hex Logo

#ce311f Color Hex

#CE311F
(206,49,31)
0 Favorites   0 Comments

Color spaces of #ce311f

RGB 2064931
HSL0.020.740.46
HSV85°81°
CMYK 0.000.760.85   0.19
XYZ26.799215.41742.8597
Yxy15.41740.59450.3420
Hunter Lab39.265053.116323.1674
CIE-Lab46.200759.760847.7928

#ce311f color RGB value is (206,49,31).

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

The process color (four color CMYK) of #ce311f color hex is 0.00, 0.76, 0.85, 0.19. Web safe color of #ce311f is #cc3333. Color #ce311f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110001 00011111
Octal 316 61 37
Decimal 206 49 31
Hex CE 31 1F

RGB Percentages of Color #ce311f

%72.03
%17.13
%10.84

CMYK Percentages of Color #ce311f

%0
%76
%85
%19

Triadic Colors of #ce311f

#ce311f #1fce31 #311fce

Analogous Colors of #ce311f

#ce311f #ce891f #ce1f65

Monochromatic Colors of #ce311f

#ce311f

Complementary Color

#ce311f #1fbcce

#ce311f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce311f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce311f Color CSS Codes

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

#ce311f Text Font Color

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

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


#ce311f Background Color

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

This div background color is #ce311f


#ce311f Border Color

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

This div border color is #ce311f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce311f


Comments

No comments written yet.

Please login to write comment.