Html Css Color HEX #CE0918 Venetian Red

📋 copy color: '#CE0918'

red 206 ◦ green 9 ◦ blue 24

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

Shades of Venetian Red #CE0918

Tints of Venetian Red #CE0918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.77%

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

R = 86.19%
G = 3.77%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE0918 (or 0xCE0918) is known color: Venetian Red. HEX triplet: CE, 09 and 18. RGB value is (206,9,24). Sum of RGB (Red+Green+Blue) = 206+9+24=239 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.19% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0918 is #31F6E7. Grayscale: #454545. Windows color (decimal): -3274472 or 1575374. OLE color: 1575374.

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

Color convert

RGB 206 9 24 -
CMYK 0 0.96 0.88 0.19
HSL 355.43º 0.92% 0.42% -
HSV(B) 355.43º 0.96% 0.81% -
XYZ 25.72 13.38 2.09 -
YUV 69.61 102.27 225.28 -
System Red Green Blue C M Y K H S L
Decimal 206 9 24 0 0.96 0.88 0.19 355.43 0.92 0.42
Hex CE 9 18 0 60 58 13 163 5C 2A
Octal 316 11 30 0 140 130 23 543 134 52
Binary 11001110 1001 11000 0 1100000 1011000 10011 101100011 1011100 101010

Color Harmonies of #CE0918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0918

Black with #CE0918

Text Example


Text Example

White with #CE0918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0918; }

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

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

background-color css

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

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

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

border-color css

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

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

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