Shades of Venetian Red #C80913
Tints of Venetian Red #C80913
RGB
CMYK
RGB Variations
Color information
#C80913 (or 0xC80913) is known color: Venetian Red. HEX triplet: C8, 09 and 13. RGB value is (200,9,19). Sum of RGB (Red+Green+Blue) = 200+9+19=228 (30% of max value = 765). Red value is 200 (78.52% from 255 or 87.72% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 200 - color contains mainly: red. Hex color #C80913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80913 is #37F6EC. Grayscale: #434343. Windows color (decimal): -3667693 or 1247688. OLE color: 1247688.
HSL color Cylindrical-coordinate representation of color #C80913: hue angle of 356.86º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80913 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 19 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.22 |
| HSL | 356.86º | 0.91% | 0.41% | - |
| HSV(B) | 356.86º | 0.96% | 0.78% | - |
| XYZ | 24.03 | 12.52 | 1.77 | - |
| YUV | 67.25 | 100.78 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 19 | 0 | 0.96 | 0.90 | 0.22 | 356.86 | 0.91 | 0.41 |
| Hex | C8 | 9 | 13 | 0 | 60 | 5A | 16 | 165 | 5B | 29 |
| Octal | 310 | 11 | 23 | 0 | 140 | 132 | 26 | 545 | 133 | 51 |
| Binary | 11001000 | 1001 | 10011 | 0 | 1100000 | 1011010 | 10110 | 101100101 | 1011011 | 101001 |
Color Harmonies of #C80913
Complementary color
Monochromatic Colors of #C80913
Black with #C80913
Text Example
Text Example
White with #C80913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80913; }
p { color: rgb(200,9,19); }
H1.HeaderClassName
{
color: #C80913;
}
.AnyTagClassName
{
color: #C80913;
}
</style>
background-color css
<style>
a { background-color: #C80913; }
a { background-color: rgb(200,9,19); }
div.DivClassName
{
background-color: #C80913;
}
.BgClassName
{
background-color: #C80913;
}
</style>
border-color css
<style>
span { border-color: #C80913; }
span { border-color: rgb(200,9,19); }
td.TdClassName
{
border-color: #C80913;
}
.TagClassName
{
border-color: #C80913;
}
</style>