#C80209

Color #C80209 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #C80209

Tints of Venetian Red #C80209

Color information

#C80209 (or 0xC80209) is unknown color: approx Venetian Red. HEX triplet: C8, 02 and 09. RGB value is (200,2,9). Sum of RGB (Red+Green+Blue) = 200+2+9=211 (27% of max value = 765). Red value is 200 (78.52% from 255 or 94.79% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 9 (3.91% from 255 or 4.27% from 211); Max value from RGB is 200 - color contains mainly: red. Hex color #C80209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80209 is #37FDF6. Grayscale: #3E3E3E. Windows color (decimal): -3669495 or 590536. OLE color: 590536.

HSL color Cylindrical-coordinate representation of color #C80209: hue angle of 357.88º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80209 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB20029-
CMYK00.990.960.22
HSL357.88º98.02%39.61%-
HSV(B)357.88º99%78.43%-
XYZ23.8912.341.38-
YUV6298.1226.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 94.79%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 9 (3.91% from 255) = 4.27%
R=94.79%
G=0.95%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2002900.990.960.22357.8898.0239.61
HexC82906360161666228
Octal31021101431402654614250
Binary11001000101001011000111100000101101011001101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80209; }

 p { color: rgb(200,2,9); }

 H1.HeaderClassName
 {
   color: #C80209;
 }
 .AnyTagClassName
 {
   color: #C80209;
 }
</style>
background-color css

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

 a { background-color: rgb(200,2,9); }

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

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

 span { border-color: rgb(200,2,9); }

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