Html Css Color HEX #CE0809 Venetian Red

📋 copy color: '#CE0809'

red 206 ◦ green 8 ◦ blue 9

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

Shades of Venetian Red #CE0809

Tints of Venetian Red #CE0809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.04%

R = 92.38%
G = 3.59%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CE0809 (or 0xCE0809) is known color: Venetian Red. HEX triplet: CE, 08 and 09. RGB value is (206,8,9). Sum of RGB (Red+Green+Blue) = 206+8+9=223 (29% of max value = 765). Red value is 206 (80.86% from 255 or 92.38% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0809 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0809 is #31F7F6. Grayscale: #434343. Windows color (decimal): -3274743 or 592078. OLE color: 592078.

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

Color convert

RGB 206 8 9 -
CMYK 0 0.96 0.96 0.19
HSL 359.7º 0.93% 0.42% -
HSV(B) 359.7º 0.96% 0.81% -
XYZ 25.59 13.32 1.48 -
YUV 67.32 95.1 226.92 -
System Red Green Blue C M Y K H S L
Decimal 206 8 9 0 0.96 0.96 0.19 359.7 0.93 0.42
Hex CE 8 9 0 60 60 13 168 5D 2A
Octal 316 10 11 0 140 140 23 550 135 52
Binary 11001110 1000 1001 0 1100000 1100000 10011 101101000 1011101 101010

Color Harmonies of #CE0809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0809

Black with #CE0809

Text Example


Text Example

White with #CE0809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0809; }

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

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

background-color css

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

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

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

border-color css

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

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

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