Shades of Venetian Red #C80119
Tints of Venetian Red #C80119
RGB
CMYK
RGB Variations
Color information
#C80119 (or 0xC80119) is known color: Venetian Red. HEX triplet: C8, 01 and 19. RGB value is (200,1,25). Sum of RGB (Red+Green+Blue) = 200+1+25=226 (29% of max value = 765). Red value is 200 (78.52% from 255 or 88.50% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 200 - color contains mainly: red. Hex color #C80119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80119 is #37FEE6. Grayscale: #3F3F3F. Windows color (decimal): -3669735 or 1638856. OLE color: 1638856.
HSL color Cylindrical-coordinate representation of color #C80119: hue angle of 352.76º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80119 is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 25 | - |
| CMYK | 0 | 1.00 | 0.88 | 0.22 |
| HSL | 352.76º | 0.99% | 0.39% | - |
| HSV(B) | 352.76º | 1% | 0.78% | - |
| XYZ | 24.01 | 12.37 | 2.04 | - |
| YUV | 63.24 | 106.43 | 225.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 25 | 0 | 1.00 | 0.88 | 0.22 | 352.76 | 0.99 | 0.39 |
| Hex | C8 | 1 | 19 | 0 | 64 | 58 | 16 | 161 | 63 | 27 |
| Octal | 310 | 1 | 31 | 0 | 144 | 130 | 26 | 541 | 143 | 47 |
| Binary | 11001000 | 1 | 11001 | 0 | 1100100 | 1011000 | 10110 | 101100001 | 1100011 | 100111 |
Color Harmonies of #C80119
Complementary color
Monochromatic Colors of #C80119
Black with #C80119
Text Example
Text Example
White with #C80119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80119; }
p { color: rgb(200,1,25); }
H1.HeaderClassName
{
color: #C80119;
}
.AnyTagClassName
{
color: #C80119;
}
</style>
background-color css
<style>
a { background-color: #C80119; }
a { background-color: rgb(200,1,25); }
div.DivClassName
{
background-color: #C80119;
}
.BgClassName
{
background-color: #C80119;
}
</style>
border-color css
<style>
span { border-color: #C80119; }
span { border-color: rgb(200,1,25); }
td.TdClassName
{
border-color: #C80119;
}
.TagClassName
{
border-color: #C80119;
}
</style>