Html Css Color HEX #CE0812 Venetian Red

📋 copy color: '#CE0812'

red 206 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #CE0812

Tints of Venetian Red #CE0812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.45%

 BLUE value IS 18 (7.42% from 255) = 7.76%

R = 88.79%
G = 3.45%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE0812 (or 0xCE0812) is known color: Venetian Red. HEX triplet: CE, 08 and 12. RGB value is (206,8,18). Sum of RGB (Red+Green+Blue) = 206+8+18=232 (30% of max value = 765). Red value is 206 (80.86% from 255 or 88.79% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0812 is #31F7ED. Grayscale: #444444. Windows color (decimal): -3274734 or 1181902. OLE color: 1181902.

HSL color Cylindrical-coordinate representation of color #CE0812: hue angle of 356.97º degrees, saturation: 0.93, 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 #CE0812 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 8 18 -
CMYK 0 0.96 0.91 0.19
HSL 356.97º 0.93% 0.42% -
HSV(B) 356.97º 0.96% 0.81% -
XYZ 25.65 13.34 1.8 -
YUV 68.34 99.6 226.19 -
System Red Green Blue C M Y K H S L
Decimal 206 8 18 0 0.96 0.91 0.19 356.97 0.93 0.42
Hex CE 8 12 0 60 5B 13 165 5D 2A
Octal 316 10 22 0 140 133 23 545 135 52
Binary 11001110 1000 10010 0 1100000 1011011 10011 101100101 1011101 101010

Color Harmonies of #CE0812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0812

Black with #CE0812

Text Example


Text Example

White with #CE0812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0812; }

 p { color: rgb(206,8,18); }

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

background-color css

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

 a { background-color: rgb(206,8,18); }

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

border-color css

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

 span { border-color: rgb(206,8,18); }

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