Shades of Venetian Red #C4022B
Tints of Venetian Red #C4022B
RGB
CMYK
RGB Variations
Color information
#C4022B (or 0xC4022B) is known color: Venetian Red. HEX triplet: C4, 02 and 2B. RGB value is (196,2,43). Sum of RGB (Red+Green+Blue) = 196+2+43=241 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.33% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 196 - color contains mainly: red. Hex color #C4022B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4022B is #3BFDD4. Grayscale: #404040. Windows color (decimal): -3931605 or 2818756. OLE color: 2818756.
HSL color Cylindrical-coordinate representation of color #C4022B: hue angle of 347.32º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4022B is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 2 | 43 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.23 |
| HSL | 347.32º | 0.98% | 0.39% | - |
| HSV(B) | 347.32º | 0.99% | 0.77% | - |
| XYZ | 23.22 | 11.95 | 3.37 | - |
| YUV | 64.68 | 115.77 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 2 | 43 | 0 | 0.99 | 0.78 | 0.23 | 347.32 | 0.98 | 0.39 |
| Hex | C4 | 2 | 2B | 0 | 63 | 4E | 17 | 15B | 62 | 27 |
| Octal | 304 | 2 | 53 | 0 | 143 | 116 | 27 | 533 | 142 | 47 |
| Binary | 11000100 | 10 | 101011 | 0 | 1100011 | 1001110 | 10111 | 101011011 | 1100010 | 100111 |
Color Harmonies of #C4022B
Complementary color
Monochromatic Colors of #C4022B
Black with #C4022B
Text Example
Text Example
White with #C4022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4022B; }
p { color: rgb(196,2,43); }
H1.HeaderClassName
{
color: #C4022B;
}
.AnyTagClassName
{
color: #C4022B;
}
</style>
background-color css
<style>
a { background-color: #C4022B; }
a { background-color: rgb(196,2,43); }
div.DivClassName
{
background-color: #C4022B;
}
.BgClassName
{
background-color: #C4022B;
}
</style>
border-color css
<style>
span { border-color: #C4022B; }
span { border-color: rgb(196,2,43); }
td.TdClassName
{
border-color: #C4022B;
}
.TagClassName
{
border-color: #C4022B;
}
</style>