Shades of Venetian Red #C80309
Tints of Venetian Red #C80309
RGB
CMYK
RGB Variations
Color information
#C80309 (or 0xC80309) is known color: Venetian Red. HEX triplet: C8, 03 and 09. RGB value is (200,3,9). Sum of RGB (Red+Green+Blue) = 200+3+9=212 (28% of max value = 765). Red value is 200 (78.52% from 255 or 94.34% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 200 - color contains mainly: red. Hex color #C80309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80309 is #37FCF6. Grayscale: #3E3E3E. Windows color (decimal): -3669239 or 590792. OLE color: 590792.
HSL color Cylindrical-coordinate representation of color #C80309: hue angle of 358.17º degrees, saturation: 0.97, 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 #C80309 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 9 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.22 |
| HSL | 358.17º | 0.97% | 0.4% | - |
| HSV(B) | 358.17º | 0.99% | 0.78% | - |
| XYZ | 23.9 | 12.36 | 1.39 | - |
| YUV | 62.59 | 97.77 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 9 | 0 | 0.98 | 0.96 | 0.22 | 358.17 | 0.97 | 0.4 |
| Hex | C8 | 3 | 9 | 0 | 62 | 60 | 16 | 166 | 61 | 28 |
| Octal | 310 | 3 | 11 | 0 | 142 | 140 | 26 | 546 | 141 | 50 |
| Binary | 11001000 | 11 | 1001 | 0 | 1100010 | 1100000 | 10110 | 101100110 | 1100001 | 101000 |
Color Harmonies of #C80309
Complementary color
Monochromatic Colors of #C80309
Black with #C80309
Text Example
Text Example
White with #C80309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80309; }
p { color: rgb(200,3,9); }
H1.HeaderClassName
{
color: #C80309;
}
.AnyTagClassName
{
color: #C80309;
}
</style>
background-color css
<style>
a { background-color: #C80309; }
a { background-color: rgb(200,3,9); }
div.DivClassName
{
background-color: #C80309;
}
.BgClassName
{
background-color: #C80309;
}
</style>
border-color css
<style>
span { border-color: #C80309; }
span { border-color: rgb(200,3,9); }
td.TdClassName
{
border-color: #C80309;
}
.TagClassName
{
border-color: #C80309;
}
</style>