Shades of Venetian Red #C8022E
Tints of Venetian Red #C8022E
RGB
CMYK
RGB Variations
Color information
#C8022E (or 0xC8022E) is known color: Venetian Red. HEX triplet: C8, 02 and 2E. RGB value is (200,2,46). Sum of RGB (Red+Green+Blue) = 200+2+46=248 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.65% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 200 - color contains mainly: red. Hex color #C8022E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8022E is #37FDD1. Grayscale: #424242. Windows color (decimal): -3669458 or 3015368. OLE color: 3015368.
HSL color Cylindrical-coordinate representation of color #C8022E: hue angle of 346.67º 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 #C8022E is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 46 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.22 |
| HSL | 346.67º | 0.98% | 0.4% | - |
| HSV(B) | 346.67º | 0.99% | 0.78% | - |
| XYZ | 24.33 | 12.52 | 3.72 | - |
| YUV | 66.22 | 116.6 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 46 | 0 | 0.99 | 0.77 | 0.22 | 346.67 | 0.98 | 0.4 |
| Hex | C8 | 2 | 2E | 0 | 63 | 4D | 16 | 15B | 62 | 28 |
| Octal | 310 | 2 | 56 | 0 | 143 | 115 | 26 | 533 | 142 | 50 |
| Binary | 11001000 | 10 | 101110 | 0 | 1100011 | 1001101 | 10110 | 101011011 | 1100010 | 101000 |
Color Harmonies of #C8022E
Complementary color
Monochromatic Colors of #C8022E
Black with #C8022E
Text Example
Text Example
White with #C8022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8022E; }
p { color: rgb(200,2,46); }
H1.HeaderClassName
{
color: #C8022E;
}
.AnyTagClassName
{
color: #C8022E;
}
</style>
background-color css
<style>
a { background-color: #C8022E; }
a { background-color: rgb(200,2,46); }
div.DivClassName
{
background-color: #C8022E;
}
.BgClassName
{
background-color: #C8022E;
}
</style>
border-color css
<style>
span { border-color: #C8022E; }
span { border-color: rgb(200,2,46); }
td.TdClassName
{
border-color: #C8022E;
}
.TagClassName
{
border-color: #C8022E;
}
</style>