Shades of Venetian Red #C80222
Tints of Venetian Red #C80222
RGB
CMYK
RGB Variations
Color information
#C80222 (or 0xC80222) is known color: Venetian Red. HEX triplet: C8, 02 and 22. RGB value is (200,2,34). Sum of RGB (Red+Green+Blue) = 200+2+34=236 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.75% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 34 (13.67% from 255 or 14.41% from 236); Max value from RGB is 200 - color contains mainly: red. Hex color #C80222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80222 is #37FDDD. Grayscale: #404040. Windows color (decimal): -3669470 or 2228936. OLE color: 2228936.
HSL color Cylindrical-coordinate representation of color #C80222: hue angle of 350.3º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80222 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 34 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.22 |
| HSL | 350.3º | 0.98% | 0.4% | - |
| HSV(B) | 350.3º | 0.99% | 0.78% | - |
| XYZ | 24.13 | 12.44 | 2.64 | - |
| YUV | 64.85 | 110.6 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 34 | 0 | 0.99 | 0.83 | 0.22 | 350.3 | 0.98 | 0.4 |
| Hex | C8 | 2 | 22 | 0 | 63 | 53 | 16 | 15E | 62 | 28 |
| Octal | 310 | 2 | 42 | 0 | 143 | 123 | 26 | 536 | 142 | 50 |
| Binary | 11001000 | 10 | 100010 | 0 | 1100011 | 1010011 | 10110 | 101011110 | 1100010 | 101000 |
Color Harmonies of #C80222
Complementary color
Monochromatic Colors of #C80222
Black with #C80222
Text Example
Text Example
White with #C80222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80222; }
p { color: rgb(200,2,34); }
H1.HeaderClassName
{
color: #C80222;
}
.AnyTagClassName
{
color: #C80222;
}
</style>
background-color css
<style>
a { background-color: #C80222; }
a { background-color: rgb(200,2,34); }
div.DivClassName
{
background-color: #C80222;
}
.BgClassName
{
background-color: #C80222;
}
</style>
border-color css
<style>
span { border-color: #C80222; }
span { border-color: rgb(200,2,34); }
td.TdClassName
{
border-color: #C80222;
}
.TagClassName
{
border-color: #C80222;
}
</style>