Shades of Venetian Red #C3022A
Tints of Venetian Red #C3022A
RGB
CMYK
RGB Variations
Color information
#C3022A (or 0xC3022A) is known color: Venetian Red. HEX triplet: C3, 02 and 2A. RGB value is (195,2,42). Sum of RGB (Red+Green+Blue) = 195+2+42=239 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.59% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 195 - color contains mainly: red. Hex color #C3022A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3022A is #3CFDD5. Grayscale: #404040. Windows color (decimal): -3997142 or 2753219. OLE color: 2753219.
HSL color Cylindrical-coordinate representation of color #C3022A: hue angle of 347.56º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3022A is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 42 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.24 |
| HSL | 347.56º | 0.98% | 0.39% | - |
| HSV(B) | 347.56º | 0.99% | 0.76% | - |
| XYZ | 22.95 | 11.81 | 3.26 | - |
| YUV | 64.27 | 115.44 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 42 | 0 | 0.99 | 0.78 | 0.24 | 347.56 | 0.98 | 0.39 |
| Hex | C3 | 2 | 2A | 0 | 63 | 4E | 18 | 15C | 62 | 27 |
| Octal | 303 | 2 | 52 | 0 | 143 | 116 | 30 | 534 | 142 | 47 |
| Binary | 11000011 | 10 | 101010 | 0 | 1100011 | 1001110 | 11000 | 101011100 | 1100010 | 100111 |
Color Harmonies of #C3022A
Complementary color
Monochromatic Colors of #C3022A
Black with #C3022A
Text Example
Text Example
White with #C3022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3022A; }
p { color: rgb(195,2,42); }
H1.HeaderClassName
{
color: #C3022A;
}
.AnyTagClassName
{
color: #C3022A;
}
</style>
background-color css
<style>
a { background-color: #C3022A; }
a { background-color: rgb(195,2,42); }
div.DivClassName
{
background-color: #C3022A;
}
.BgClassName
{
background-color: #C3022A;
}
</style>
border-color css
<style>
span { border-color: #C3022A; }
span { border-color: rgb(195,2,42); }
td.TdClassName
{
border-color: #C3022A;
}
.TagClassName
{
border-color: #C3022A;
}
</style>