Color Hex Logo

#ce190f Color Hex

#CE190F
(206,25,15)
0 Favorites   0 Comments

Color spaces of #ce190f

RGB 2062515
HSL0.010.860.43
HSV93°81°
CMYK 0.000.880.93   0.19
XYZ25.887513.85161.7611
Yxy13.85160.62380.3338
Hunter Lab37.217759.028023.2469
CIE-Lab44.019465.402052.9025

#ce190f color RGB value is (206,25,15).

#ce190f hex color red value is 206, green value is 25 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ce190f hue: 0.01 , saturation: 0.86 and the lightness value of ce190f is 0.43.

The process color (four color CMYK) of #ce190f color hex is 0.00, 0.88, 0.93, 0.19. Web safe color of #ce190f is #cc0000. Color #ce190f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00011001 00001111
Octal 316 31 17
Decimal 206 25 15
Hex CE 19 F

RGB Percentages of Color #ce190f

%83.74
%10.16
%6.10

CMYK Percentages of Color #ce190f

%0
%88
%93
%19

Triadic Colors of #ce190f

#ce190f #0fce19 #190fce

Analogous Colors of #ce190f

#ce190f #ce790f #ce0f65

Monochromatic Colors of #ce190f

#ce190f

Complementary Color

#ce190f #0fc4ce

#ce190f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce190f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce190f Color CSS Codes

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

#ce190f Text Font Color

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

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


#ce190f Background Color

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

This div background color is #ce190f


#ce190f Border Color

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

This div border color is #ce190f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce190f


Comments

No comments written yet.

Please login to write comment.