Shades of Venetian Red #C80209
Tints of Venetian Red #C80209
RGB
CMYK
RGB Variations
Color information
#C80209 (or 0xC80209) is known color: 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
| RGB | 200 | 2 | 9 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.22 |
| HSL | 357.88º | 0.98% | 0.4% | - |
| HSV(B) | 357.88º | 0.99% | 0.78% | - |
| XYZ | 23.89 | 12.34 | 1.38 | - |
| YUV | 62 | 98.1 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 9 | 0 | 0.99 | 0.96 | 0.22 | 357.88 | 0.98 | 0.4 |
| Hex | C8 | 2 | 9 | 0 | 63 | 60 | 16 | 166 | 62 | 28 |
| Octal | 310 | 2 | 11 | 0 | 143 | 140 | 26 | 546 | 142 | 50 |
| Binary | 11001000 | 10 | 1001 | 0 | 1100011 | 1100000 | 10110 | 101100110 | 1100010 | 101000 |
Color Harmonies of #C80209
Complementary color
Monochromatic Colors of #C80209
Black with #C80209
Text Example
Text Example
White with #C80209
Text Example
Text Example
HTML Codes & Css Web 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>