Html Css Color HEX #CE0816 Venetian Red

📋 copy color: '#CE0816'

red 206 ◦ green 8 ◦ blue 22

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

Shades of Venetian Red #CE0816

Tints of Venetian Red #CE0816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.32%

R = 87.29%
G = 3.39%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE0816 (or 0xCE0816) is known color: Venetian Red. HEX triplet: CE, 08 and 16. RGB value is (206,8,22). Sum of RGB (Red+Green+Blue) = 206+8+22=236 (31% of max value = 765). Red value is 206 (80.86% from 255 or 87.29% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0816 is #31F7E9. Grayscale: #444444. Windows color (decimal): -3274730 or 1444046. OLE color: 1444046.

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

Color convert

RGB 206 8 22 -
CMYK 0 0.96 0.89 0.19
HSL 355.76º 0.93% 0.42% -
HSV(B) 355.76º 0.96% 0.81% -
XYZ 25.69 13.35 1.98 -
YUV 68.8 101.6 225.86 -
System Red Green Blue C M Y K H S L
Decimal 206 8 22 0 0.96 0.89 0.19 355.76 0.93 0.42
Hex CE 8 16 0 60 59 13 164 5D 2A
Octal 316 10 26 0 140 131 23 544 135 52
Binary 11001110 1000 10110 0 1100000 1011001 10011 101100100 1011101 101010

Color Harmonies of #CE0816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0816

Black with #CE0816

Text Example


Text Example

White with #CE0816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0816; }

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

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

background-color css

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

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

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

border-color css

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

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

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