Shades of Venetian Red #C80D15
Tints of Venetian Red #C80D15
RGB
CMYK
RGB Variations
Color information
#C80D15 (or 0xC80D15) is known color: Venetian Red. HEX triplet: C8, 0D and 15. RGB value is (200,13,21). Sum of RGB (Red+Green+Blue) = 200+13+21=234 (30% of max value = 765). Red value is 200 (78.52% from 255 or 85.47% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80D15 is #37F2EA. Grayscale: #454545. Windows color (decimal): -3666667 or 1379784. OLE color: 1379784.
HSL color Cylindrical-coordinate representation of color #C80D15: hue angle of 357.43º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80D15 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 21 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.22 |
| HSL | 357.43º | 0.88% | 0.42% | - |
| HSV(B) | 357.43º | 0.94% | 0.78% | - |
| XYZ | 24.1 | 12.62 | 1.88 | - |
| YUV | 69.83 | 100.45 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 21 | 0 | 0.94 | 0.90 | 0.22 | 357.43 | 0.88 | 0.42 |
| Hex | C8 | D | 15 | 0 | 5E | 5A | 16 | 165 | 58 | 2A |
| Octal | 310 | 15 | 25 | 0 | 136 | 132 | 26 | 545 | 130 | 52 |
| Binary | 11001000 | 1101 | 10101 | 0 | 1011110 | 1011010 | 10110 | 101100101 | 1011000 | 101010 |
Color Harmonies of #C80D15
Complementary color
Monochromatic Colors of #C80D15
Black with #C80D15
Text Example
Text Example
White with #C80D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80D15; }
p { color: rgb(200,13,21); }
H1.HeaderClassName
{
color: #C80D15;
}
.AnyTagClassName
{
color: #C80D15;
}
</style>
background-color css
<style>
a { background-color: #C80D15; }
a { background-color: rgb(200,13,21); }
div.DivClassName
{
background-color: #C80D15;
}
.BgClassName
{
background-color: #C80D15;
}
</style>
border-color css
<style>
span { border-color: #C80D15; }
span { border-color: rgb(200,13,21); }
td.TdClassName
{
border-color: #C80D15;
}
.TagClassName
{
border-color: #C80D15;
}
</style>