Html Css Color HEX #CE0F18 Venetian Red

📋 copy color: '#CE0F18'

red 206 ◦ green 15 ◦ blue 24

#CE0F18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #CE0F18

Tints of Venetian Red #CE0F18

RGB

 RED value IS 206 (80.86% from 255) = 84.08%

 GREEN value IS 15 (6.25% from 255) = 6.12%

 BLUE value IS 24 (9.77% from 255) = 9.8%

R = 84.08%
G = 6.12%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE0F18 (or 0xCE0F18) is known color: Venetian Red. HEX triplet: CE, 0F and 18. RGB value is (206,15,24). Sum of RGB (Red+Green+Blue) = 206+15+24=245 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.08% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0F18 is #31F0E7. Grayscale: #494949. Windows color (decimal): -3272936 or 1576910. OLE color: 1576910.

HSL color Cylindrical-coordinate representation of color #CE0F18: hue angle of 357.17º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0F18 is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 15 24 -
CMYK 0 0.93 0.88 0.19
HSL 357.17º 0.86% 0.43% -
HSV(B) 357.17º 0.93% 0.81% -
XYZ 25.79 13.53 2.12 -
YUV 73.14 100.28 222.77 -
System Red Green Blue C M Y K H S L
Decimal 206 15 24 0 0.93 0.88 0.19 357.17 0.86 0.43
Hex CE F 18 0 5D 58 13 165 56 2B
Octal 316 17 30 0 135 130 23 545 126 53
Binary 11001110 1111 11000 0 1011101 1011000 10011 101100101 1010110 101011

Color Harmonies of #CE0F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0F18

Black with #CE0F18

Text Example


Text Example

White with #CE0F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0F18; }

 p { color: rgb(206,15,24); }

 H1.HeaderClassName
 {
   color: #CE0F18;
 }
 .AnyTagClassName
 {
   color: #CE0F18;
 }
</style>

background-color css

<style>
 a { background-color: #CE0F18; }

 a { background-color: rgb(206,15,24); }

 div.DivClassName
 {
   background-color: #CE0F18;
 }
 .BgClassName
 {
   background-color: #CE0F18;
 }
</style>

border-color css

<style>
 span { border-color: #CE0F18; }

 span { border-color: rgb(206,15,24); }

 td.TdClassName
 {
   border-color: #CE0F18;
 }
 .TagClassName
 {
   border-color: #CE0F18;
 }
</style>