Shades of Venetian Red #C80515
Tints of Venetian Red #C80515
RGB
CMYK
RGB Variations
Color information
#C80515 (or 0xC80515) is known color: Venetian Red. HEX triplet: C8, 05 and 15. RGB value is (200,5,21). Sum of RGB (Red+Green+Blue) = 200+5+21=226 (29% of max value = 765). Red value is 200 (78.52% from 255 or 88.50% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 200 - color contains mainly: red. Hex color #C80515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80515 is #37FAEA. Grayscale: #414141. Windows color (decimal): -3668715 or 1377736. OLE color: 1377736.
HSL color Cylindrical-coordinate representation of color #C80515: hue angle of 355.08º 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 #C80515 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 21 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.22 |
| HSL | 355.08º | 0.95% | 0.4% | - |
| HSV(B) | 355.08º | 0.98% | 0.78% | - |
| XYZ | 24.01 | 12.44 | 1.85 | - |
| YUV | 65.13 | 103.1 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 21 | 0 | 0.98 | 0.90 | 0.22 | 355.08 | 0.95 | 0.4 |
| Hex | C8 | 5 | 15 | 0 | 62 | 5A | 16 | 163 | 5F | 28 |
| Octal | 310 | 5 | 25 | 0 | 142 | 132 | 26 | 543 | 137 | 50 |
| Binary | 11001000 | 101 | 10101 | 0 | 1100010 | 1011010 | 10110 | 101100011 | 1011111 | 101000 |
Color Harmonies of #C80515
Complementary color
Monochromatic Colors of #C80515
Black with #C80515
Text Example
Text Example
White with #C80515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80515; }
p { color: rgb(200,5,21); }
H1.HeaderClassName
{
color: #C80515;
}
.AnyTagClassName
{
color: #C80515;
}
</style>
background-color css
<style>
a { background-color: #C80515; }
a { background-color: rgb(200,5,21); }
div.DivClassName
{
background-color: #C80515;
}
.BgClassName
{
background-color: #C80515;
}
</style>
border-color css
<style>
span { border-color: #C80515; }
span { border-color: rgb(200,5,21); }
td.TdClassName
{
border-color: #C80515;
}
.TagClassName
{
border-color: #C80515;
}
</style>