Shades of Venetian Red #C80918
Tints of Venetian Red #C80918
RGB
CMYK
RGB Variations
Color information
#C80918 (or 0xC80918) is known color: Venetian Red. HEX triplet: C8, 09 and 18. RGB value is (200,9,24). Sum of RGB (Red+Green+Blue) = 200+9+24=233 (30% of max value = 765). Red value is 200 (78.52% from 255 or 85.84% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 200 - color contains mainly: red. Hex color #C80918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80918 is #37F6E7. Grayscale: #434343. Windows color (decimal): -3667688 or 1575368. OLE color: 1575368.
HSL color Cylindrical-coordinate representation of color #C80918: hue angle of 355.29º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80918 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 24 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.22 |
| HSL | 355.29º | 0.91% | 0.41% | - |
| HSV(B) | 355.29º | 0.96% | 0.78% | - |
| XYZ | 24.08 | 12.54 | 2.02 | - |
| YUV | 67.82 | 103.28 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 24 | 0 | 0.96 | 0.88 | 0.22 | 355.29 | 0.91 | 0.41 |
| Hex | C8 | 9 | 18 | 0 | 60 | 58 | 16 | 163 | 5B | 29 |
| Octal | 310 | 11 | 30 | 0 | 140 | 130 | 26 | 543 | 133 | 51 |
| Binary | 11001000 | 1001 | 11000 | 0 | 1100000 | 1011000 | 10110 | 101100011 | 1011011 | 101001 |
Color Harmonies of #C80918
Complementary color
Monochromatic Colors of #C80918
Black with #C80918
Text Example
Text Example
White with #C80918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80918; }
p { color: rgb(200,9,24); }
H1.HeaderClassName
{
color: #C80918;
}
.AnyTagClassName
{
color: #C80918;
}
</style>
background-color css
<style>
a { background-color: #C80918; }
a { background-color: rgb(200,9,24); }
div.DivClassName
{
background-color: #C80918;
}
.BgClassName
{
background-color: #C80918;
}
</style>
border-color css
<style>
span { border-color: #C80918; }
span { border-color: rgb(200,9,24); }
td.TdClassName
{
border-color: #C80918;
}
.TagClassName
{
border-color: #C80918;
}
</style>