Shades of Venetian Red #C80D13
Tints of Venetian Red #C80D13
RGB
CMYK
RGB Variations
Color information
#C80D13 (or 0xC80D13) is known color: Venetian Red. HEX triplet: C8, 0D and 13. RGB value is (200,13,19). Sum of RGB (Red+Green+Blue) = 200+13+19=232 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.21% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80D13 is #37F2EC. Grayscale: #454545. Windows color (decimal): -3666669 or 1248712. OLE color: 1248712.
HSL color Cylindrical-coordinate representation of color #C80D13: hue angle of 358.07º 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 #C80D13 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 19 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.22 |
| HSL | 358.07º | 0.88% | 0.42% | - |
| HSV(B) | 358.07º | 0.94% | 0.78% | - |
| XYZ | 24.08 | 12.61 | 1.78 | - |
| YUV | 69.6 | 99.45 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 19 | 0 | 0.94 | 0.90 | 0.22 | 358.07 | 0.88 | 0.42 |
| Hex | C8 | D | 13 | 0 | 5E | 5A | 16 | 166 | 58 | 2A |
| Octal | 310 | 15 | 23 | 0 | 136 | 132 | 26 | 546 | 130 | 52 |
| Binary | 11001000 | 1101 | 10011 | 0 | 1011110 | 1011010 | 10110 | 101100110 | 1011000 | 101010 |
Color Harmonies of #C80D13
Complementary color
Monochromatic Colors of #C80D13
Black with #C80D13
Text Example
Text Example
White with #C80D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80D13; }
p { color: rgb(200,13,19); }
H1.HeaderClassName
{
color: #C80D13;
}
.AnyTagClassName
{
color: #C80D13;
}
</style>
background-color css
<style>
a { background-color: #C80D13; }
a { background-color: rgb(200,13,19); }
div.DivClassName
{
background-color: #C80D13;
}
.BgClassName
{
background-color: #C80D13;
}
</style>
border-color css
<style>
span { border-color: #C80D13; }
span { border-color: rgb(200,13,19); }
td.TdClassName
{
border-color: #C80D13;
}
.TagClassName
{
border-color: #C80D13;
}
</style>