Shades of Venetian Red #C4032C
Tints of Venetian Red #C4032C
RGB
CMYK
RGB Variations
Color information
#C4032C (or 0xC4032C) is known color: Venetian Red. HEX triplet: C4, 03 and 2C. RGB value is (196,3,44). Sum of RGB (Red+Green+Blue) = 196+3+44=243 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.66% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 196 - color contains mainly: red. Hex color #C4032C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4032C is #3BFCD3. Grayscale: #414141. Windows color (decimal): -3931348 or 2884548. OLE color: 2884548.
HSL color Cylindrical-coordinate representation of color #C4032C: hue angle of 347.25º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4032C is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 44 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.23 |
| HSL | 347.25º | 0.97% | 0.39% | - |
| HSV(B) | 347.25º | 0.98% | 0.77% | - |
| XYZ | 23.25 | 11.98 | 3.47 | - |
| YUV | 65.38 | 115.94 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 44 | 0 | 0.98 | 0.78 | 0.23 | 347.25 | 0.97 | 0.39 |
| Hex | C4 | 3 | 2C | 0 | 62 | 4E | 17 | 15B | 61 | 27 |
| Octal | 304 | 3 | 54 | 0 | 142 | 116 | 27 | 533 | 141 | 47 |
| Binary | 11000100 | 11 | 101100 | 0 | 1100010 | 1001110 | 10111 | 101011011 | 1100001 | 100111 |
Color Harmonies of #C4032C
Complementary color
Monochromatic Colors of #C4032C
Black with #C4032C
Text Example
Text Example
White with #C4032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4032C; }
p { color: rgb(196,3,44); }
H1.HeaderClassName
{
color: #C4032C;
}
.AnyTagClassName
{
color: #C4032C;
}
</style>
background-color css
<style>
a { background-color: #C4032C; }
a { background-color: rgb(196,3,44); }
div.DivClassName
{
background-color: #C4032C;
}
.BgClassName
{
background-color: #C4032C;
}
</style>
border-color css
<style>
span { border-color: #C4032C; }
span { border-color: rgb(196,3,44); }
td.TdClassName
{
border-color: #C4032C;
}
.TagClassName
{
border-color: #C4032C;
}
</style>