Shades of Venetian Red #C80D18
Tints of Venetian Red #C80D18
RGB
CMYK
RGB Variations
Color information
#C80D18 (or 0xC80D18) is known color: Venetian Red. HEX triplet: C8, 0D and 18. RGB value is (200,13,24). Sum of RGB (Red+Green+Blue) = 200+13+24=237 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.39% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80D18 is #37F2E7. Grayscale: #464646. Windows color (decimal): -3666664 or 1576392. OLE color: 1576392.
HSL color Cylindrical-coordinate representation of color #C80D18: hue angle of 356.47º 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 #C80D18 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 24 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.22 |
| HSL | 356.47º | 0.88% | 0.42% | - |
| HSV(B) | 356.47º | 0.94% | 0.78% | - |
| XYZ | 24.13 | 12.63 | 2.03 | - |
| YUV | 70.17 | 101.95 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 24 | 0 | 0.94 | 0.88 | 0.22 | 356.47 | 0.88 | 0.42 |
| Hex | C8 | D | 18 | 0 | 5E | 58 | 16 | 164 | 58 | 2A |
| Octal | 310 | 15 | 30 | 0 | 136 | 130 | 26 | 544 | 130 | 52 |
| Binary | 11001000 | 1101 | 11000 | 0 | 1011110 | 1011000 | 10110 | 101100100 | 1011000 | 101010 |
Color Harmonies of #C80D18
Complementary color
Monochromatic Colors of #C80D18
Black with #C80D18
Text Example
Text Example
White with #C80D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80D18; }
p { color: rgb(200,13,24); }
H1.HeaderClassName
{
color: #C80D18;
}
.AnyTagClassName
{
color: #C80D18;
}
</style>
background-color css
<style>
a { background-color: #C80D18; }
a { background-color: rgb(200,13,24); }
div.DivClassName
{
background-color: #C80D18;
}
.BgClassName
{
background-color: #C80D18;
}
</style>
border-color css
<style>
span { border-color: #C80D18; }
span { border-color: rgb(200,13,24); }
td.TdClassName
{
border-color: #C80D18;
}
.TagClassName
{
border-color: #C80D18;
}
</style>