Shades of Venetian Red #C4032E
Tints of Venetian Red #C4032E
RGB
CMYK
RGB Variations
Color information
#C4032E (or 0xC4032E) is known color: Venetian Red. HEX triplet: C4, 03 and 2E. RGB value is (196,3,46). Sum of RGB (Red+Green+Blue) = 196+3+46=245 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 196 - color contains mainly: red. Hex color #C4032E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4032E is #3BFCD1. Grayscale: #414141. Windows color (decimal): -3931346 or 3015620. OLE color: 3015620.
HSL color Cylindrical-coordinate representation of color #C4032E: hue angle of 346.63º 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 #C4032E is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 46 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.23 |
| HSL | 346.63º | 0.97% | 0.39% | - |
| HSV(B) | 346.63º | 0.98% | 0.77% | - |
| XYZ | 23.29 | 12 | 3.67 | - |
| YUV | 65.61 | 116.94 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 46 | 0 | 0.98 | 0.77 | 0.23 | 346.63 | 0.97 | 0.39 |
| Hex | C4 | 3 | 2E | 0 | 62 | 4D | 17 | 15B | 61 | 27 |
| Octal | 304 | 3 | 56 | 0 | 142 | 115 | 27 | 533 | 141 | 47 |
| Binary | 11000100 | 11 | 101110 | 0 | 1100010 | 1001101 | 10111 | 101011011 | 1100001 | 100111 |
Color Harmonies of #C4032E
Complementary color
Monochromatic Colors of #C4032E
Black with #C4032E
Text Example
Text Example
White with #C4032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4032E; }
p { color: rgb(196,3,46); }
H1.HeaderClassName
{
color: #C4032E;
}
.AnyTagClassName
{
color: #C4032E;
}
</style>
background-color css
<style>
a { background-color: #C4032E; }
a { background-color: rgb(196,3,46); }
div.DivClassName
{
background-color: #C4032E;
}
.BgClassName
{
background-color: #C4032E;
}
</style>
border-color css
<style>
span { border-color: #C4032E; }
span { border-color: rgb(196,3,46); }
td.TdClassName
{
border-color: #C4032E;
}
.TagClassName
{
border-color: #C4032E;
}
</style>