Shades of Venetian Red #C2022B
Tints of Venetian Red #C2022B
RGB
CMYK
RGB Variations
Color information
#C2022B (or 0xC2022B) is known color: Venetian Red. HEX triplet: C2, 02 and 2B. RGB value is (194,2,43). Sum of RGB (Red+Green+Blue) = 194+2+43=239 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.17% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 194 - color contains mainly: red. Hex color #C2022B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2022B is #3DFDD4. Grayscale: #404040. Windows color (decimal): -4062677 or 2818754. OLE color: 2818754.
HSL color Cylindrical-coordinate representation of color #C2022B: hue angle of 347.19º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2022B is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 43 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.24 |
| HSL | 347.19º | 0.98% | 0.38% | - |
| HSV(B) | 347.19º | 0.99% | 0.76% | - |
| XYZ | 22.71 | 11.69 | 3.34 | - |
| YUV | 64.08 | 116.11 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 43 | 0 | 0.99 | 0.78 | 0.24 | 347.19 | 0.98 | 0.38 |
| Hex | C2 | 2 | 2B | 0 | 63 | 4E | 18 | 15B | 62 | 26 |
| Octal | 302 | 2 | 53 | 0 | 143 | 116 | 30 | 533 | 142 | 46 |
| Binary | 11000010 | 10 | 101011 | 0 | 1100011 | 1001110 | 11000 | 101011011 | 1100010 | 100110 |
Color Harmonies of #C2022B
Complementary color
Monochromatic Colors of #C2022B
Black with #C2022B
Text Example
Text Example
White with #C2022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2022B; }
p { color: rgb(194,2,43); }
H1.HeaderClassName
{
color: #C2022B;
}
.AnyTagClassName
{
color: #C2022B;
}
</style>
background-color css
<style>
a { background-color: #C2022B; }
a { background-color: rgb(194,2,43); }
div.DivClassName
{
background-color: #C2022B;
}
.BgClassName
{
background-color: #C2022B;
}
</style>
border-color css
<style>
span { border-color: #C2022B; }
span { border-color: rgb(194,2,43); }
td.TdClassName
{
border-color: #C2022B;
}
.TagClassName
{
border-color: #C2022B;
}
</style>