Shades of Venetian Red #C4071C
Tints of Venetian Red #C4071C
RGB
CMYK
RGB Variations
Color information
#C4071C (or 0xC4071C) is known color: Venetian Red. HEX triplet: C4, 07 and 1C. RGB value is (196,7,28). Sum of RGB (Red+Green+Blue) = 196+7+28=231 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.85% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 196 - color contains mainly: red. Hex color #C4071C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4071C is #3BF8E3. Grayscale: #424242. Windows color (decimal): -3930340 or 1836996. OLE color: 1836996.
HSL color Cylindrical-coordinate representation of color #C4071C: hue angle of 353.33º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4071C is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 28 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.23 |
| HSL | 353.33º | 0.93% | 0.4% | - |
| HSV(B) | 353.33º | 0.96% | 0.77% | - |
| XYZ | 23.05 | 11.97 | 2.19 | - |
| YUV | 65.91 | 106.62 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 28 | 0 | 0.96 | 0.86 | 0.23 | 353.33 | 0.93 | 0.4 |
| Hex | C4 | 7 | 1C | 0 | 60 | 56 | 17 | 161 | 5D | 28 |
| Octal | 304 | 7 | 34 | 0 | 140 | 126 | 27 | 541 | 135 | 50 |
| Binary | 11000100 | 111 | 11100 | 0 | 1100000 | 1010110 | 10111 | 101100001 | 1011101 | 101000 |
Color Harmonies of #C4071C
Complementary color
Monochromatic Colors of #C4071C
Black with #C4071C
Text Example
Text Example
White with #C4071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4071C; }
p { color: rgb(196,7,28); }
H1.HeaderClassName
{
color: #C4071C;
}
.AnyTagClassName
{
color: #C4071C;
}
</style>
background-color css
<style>
a { background-color: #C4071C; }
a { background-color: rgb(196,7,28); }
div.DivClassName
{
background-color: #C4071C;
}
.BgClassName
{
background-color: #C4071C;
}
</style>
border-color css
<style>
span { border-color: #C4071C; }
span { border-color: rgb(196,7,28); }
td.TdClassName
{
border-color: #C4071C;
}
.TagClassName
{
border-color: #C4071C;
}
</style>