Shades of Venetian Red #C8022B
Tints of Venetian Red #C8022B
RGB
CMYK
RGB Variations
Color information
#C8022B (or 0xC8022B) is known color: Venetian Red. HEX triplet: C8, 02 and 2B. RGB value is (200,2,43). Sum of RGB (Red+Green+Blue) = 200+2+43=245 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.63% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 200 - color contains mainly: red. Hex color #C8022B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8022B is #37FDD4. Grayscale: #414141. Windows color (decimal): -3669461 or 2818760. OLE color: 2818760.
HSL color Cylindrical-coordinate representation of color #C8022B: hue angle of 347.58º 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 #C8022B is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 43 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.22 |
| HSL | 347.58º | 0.98% | 0.4% | - |
| HSV(B) | 347.58º | 0.99% | 0.78% | - |
| XYZ | 24.28 | 12.5 | 3.42 | - |
| YUV | 65.88 | 115.1 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 43 | 0 | 0.99 | 0.78 | 0.22 | 347.58 | 0.98 | 0.4 |
| Hex | C8 | 2 | 2B | 0 | 63 | 4E | 16 | 15C | 62 | 28 |
| Octal | 310 | 2 | 53 | 0 | 143 | 116 | 26 | 534 | 142 | 50 |
| Binary | 11001000 | 10 | 101011 | 0 | 1100011 | 1001110 | 10110 | 101011100 | 1100010 | 101000 |
Color Harmonies of #C8022B
Complementary color
Monochromatic Colors of #C8022B
Black with #C8022B
Text Example
Text Example
White with #C8022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8022B; }
p { color: rgb(200,2,43); }
H1.HeaderClassName
{
color: #C8022B;
}
.AnyTagClassName
{
color: #C8022B;
}
</style>
background-color css
<style>
a { background-color: #C8022B; }
a { background-color: rgb(200,2,43); }
div.DivClassName
{
background-color: #C8022B;
}
.BgClassName
{
background-color: #C8022B;
}
</style>
border-color css
<style>
span { border-color: #C8022B; }
span { border-color: rgb(200,2,43); }
td.TdClassName
{
border-color: #C8022B;
}
.TagClassName
{
border-color: #C8022B;
}
</style>