Shades of Venetian Red #C3022C
Tints of Venetian Red #C3022C
RGB
CMYK
RGB Variations
Color information
#C3022C (or 0xC3022C) is known color: Venetian Red. HEX triplet: C3, 02 and 2C. RGB value is (195,2,44). Sum of RGB (Red+Green+Blue) = 195+2+44=241 (31% of max value = 765). Red value is 195 (76.56% from 255 or 80.91% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 195 - color contains mainly: red. Hex color #C3022C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3022C is #3CFDD3. Grayscale: #404040. Windows color (decimal): -3997140 or 2884291. OLE color: 2884291.
HSL color Cylindrical-coordinate representation of color #C3022C: hue angle of 346.94º 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 #C3022C is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 44 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.24 |
| HSL | 346.94º | 0.98% | 0.39% | - |
| HSV(B) | 346.94º | 0.99% | 0.76% | - |
| XYZ | 22.98 | 11.83 | 3.45 | - |
| YUV | 64.5 | 116.44 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 44 | 0 | 0.99 | 0.77 | 0.24 | 346.94 | 0.98 | 0.39 |
| Hex | C3 | 2 | 2C | 0 | 63 | 4D | 18 | 15B | 62 | 27 |
| Octal | 303 | 2 | 54 | 0 | 143 | 115 | 30 | 533 | 142 | 47 |
| Binary | 11000011 | 10 | 101100 | 0 | 1100011 | 1001101 | 11000 | 101011011 | 1100010 | 100111 |
Color Harmonies of #C3022C
Complementary color
Monochromatic Colors of #C3022C
Black with #C3022C
Text Example
Text Example
White with #C3022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3022C; }
p { color: rgb(195,2,44); }
H1.HeaderClassName
{
color: #C3022C;
}
.AnyTagClassName
{
color: #C3022C;
}
</style>
background-color css
<style>
a { background-color: #C3022C; }
a { background-color: rgb(195,2,44); }
div.DivClassName
{
background-color: #C3022C;
}
.BgClassName
{
background-color: #C3022C;
}
</style>
border-color css
<style>
span { border-color: #C3022C; }
span { border-color: rgb(195,2,44); }
td.TdClassName
{
border-color: #C3022C;
}
.TagClassName
{
border-color: #C3022C;
}
</style>