Shades of Venetian Red #C80115
Tints of Venetian Red #C80115
RGB
CMYK
RGB Variations
Color information
#C80115 (or 0xC80115) is known color: Venetian Red. HEX triplet: C8, 01 and 15. RGB value is (200,1,21). Sum of RGB (Red+Green+Blue) = 200+1+21=222 (29% of max value = 765). Red value is 200 (78.52% from 255 or 90.09% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 200 - color contains mainly: red. Hex color #C80115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80115 is #37FEEA. Grayscale: #3E3E3E. Windows color (decimal): -3669739 or 1376712. OLE color: 1376712.
HSL color Cylindrical-coordinate representation of color #C80115: hue angle of 353.97º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80115 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 21 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.22 |
| HSL | 353.97º | 0.99% | 0.39% | - |
| HSV(B) | 353.97º | 1% | 0.78% | - |
| XYZ | 23.97 | 12.36 | 1.83 | - |
| YUV | 62.78 | 104.43 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 21 | 0 | 1.00 | 0.90 | 0.22 | 353.97 | 0.99 | 0.39 |
| Hex | C8 | 1 | 15 | 0 | 64 | 5A | 16 | 162 | 63 | 27 |
| Octal | 310 | 1 | 25 | 0 | 144 | 132 | 26 | 542 | 143 | 47 |
| Binary | 11001000 | 1 | 10101 | 0 | 1100100 | 1011010 | 10110 | 101100010 | 1100011 | 100111 |
Color Harmonies of #C80115
Complementary color
Monochromatic Colors of #C80115
Black with #C80115
Text Example
Text Example
White with #C80115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80115; }
p { color: rgb(200,1,21); }
H1.HeaderClassName
{
color: #C80115;
}
.AnyTagClassName
{
color: #C80115;
}
</style>
background-color css
<style>
a { background-color: #C80115; }
a { background-color: rgb(200,1,21); }
div.DivClassName
{
background-color: #C80115;
}
.BgClassName
{
background-color: #C80115;
}
</style>
border-color css
<style>
span { border-color: #C80115; }
span { border-color: rgb(200,1,21); }
td.TdClassName
{
border-color: #C80115;
}
.TagClassName
{
border-color: #C80115;
}
</style>