Shades of Venetian Red #C80D19
Tints of Venetian Red #C80D19
RGB
CMYK
RGB Variations
Color information
#C80D19 (or 0xC80D19) is known color: Venetian Red. HEX triplet: C8, 0D and 19. RGB value is (200,13,25). Sum of RGB (Red+Green+Blue) = 200+13+25=238 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.03% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80D19 is #37F2E6. Grayscale: #464646. Windows color (decimal): -3666663 or 1641928. OLE color: 1641928.
HSL color Cylindrical-coordinate representation of color #C80D19: hue angle of 356.15º 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 #C80D19 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 25 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.22 |
| HSL | 356.15º | 0.88% | 0.42% | - |
| HSV(B) | 356.15º | 0.94% | 0.78% | - |
| XYZ | 24.14 | 12.64 | 2.09 | - |
| YUV | 70.28 | 102.45 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 25 | 0 | 0.94 | 0.88 | 0.22 | 356.15 | 0.88 | 0.42 |
| Hex | C8 | D | 19 | 0 | 5E | 58 | 16 | 164 | 58 | 2A |
| Octal | 310 | 15 | 31 | 0 | 136 | 130 | 26 | 544 | 130 | 52 |
| Binary | 11001000 | 1101 | 11001 | 0 | 1011110 | 1011000 | 10110 | 101100100 | 1011000 | 101010 |
Color Harmonies of #C80D19
Complementary color
Monochromatic Colors of #C80D19
Black with #C80D19
Text Example
Text Example
White with #C80D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80D19; }
p { color: rgb(200,13,25); }
H1.HeaderClassName
{
color: #C80D19;
}
.AnyTagClassName
{
color: #C80D19;
}
</style>
background-color css
<style>
a { background-color: #C80D19; }
a { background-color: rgb(200,13,25); }
div.DivClassName
{
background-color: #C80D19;
}
.BgClassName
{
background-color: #C80D19;
}
</style>
border-color css
<style>
span { border-color: #C80D19; }
span { border-color: rgb(200,13,25); }
td.TdClassName
{
border-color: #C80D19;
}
.TagClassName
{
border-color: #C80D19;
}
</style>