Shades of Venetian Red #C80509
Tints of Venetian Red #C80509
RGB
CMYK
RGB Variations
Color information
#C80509 (or 0xC80509) is known color: Venetian Red. HEX triplet: C8, 05 and 09. RGB value is (200,5,9). Sum of RGB (Red+Green+Blue) = 200+5+9=214 (28% of max value = 765). Red value is 200 (78.52% from 255 or 93.46% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 200 - color contains mainly: red. Hex color #C80509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80509 is #37FAF6. Grayscale: #3F3F3F. Windows color (decimal): -3668727 or 591304. OLE color: 591304.
HSL color Cylindrical-coordinate representation of color #C80509: hue angle of 358.77º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C80509 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 9 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.22 |
| HSL | 358.77º | 0.95% | 0.4% | - |
| HSV(B) | 358.77º | 0.98% | 0.78% | - |
| XYZ | 23.92 | 12.41 | 1.39 | - |
| YUV | 63.76 | 97.1 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 9 | 0 | 0.98 | 0.96 | 0.22 | 358.77 | 0.95 | 0.4 |
| Hex | C8 | 5 | 9 | 0 | 62 | 60 | 16 | 167 | 5F | 28 |
| Octal | 310 | 5 | 11 | 0 | 142 | 140 | 26 | 547 | 137 | 50 |
| Binary | 11001000 | 101 | 1001 | 0 | 1100010 | 1100000 | 10110 | 101100111 | 1011111 | 101000 |
Color Harmonies of #C80509
Complementary color
Monochromatic Colors of #C80509
Black with #C80509
Text Example
Text Example
White with #C80509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80509; }
p { color: rgb(200,5,9); }
H1.HeaderClassName
{
color: #C80509;
}
.AnyTagClassName
{
color: #C80509;
}
</style>
background-color css
<style>
a { background-color: #C80509; }
a { background-color: rgb(200,5,9); }
div.DivClassName
{
background-color: #C80509;
}
.BgClassName
{
background-color: #C80509;
}
</style>
border-color css
<style>
span { border-color: #C80509; }
span { border-color: rgb(200,5,9); }
td.TdClassName
{
border-color: #C80509;
}
.TagClassName
{
border-color: #C80509;
}
</style>