Shades of Venetian Red #C4061E
Tints of Venetian Red #C4061E
RGB
CMYK
RGB Variations
Color information
#C4061E (or 0xC4061E) is known color: Venetian Red. HEX triplet: C4, 06 and 1E. RGB value is (196,6,30). Sum of RGB (Red+Green+Blue) = 196+6+30=232 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.48% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 196 - color contains mainly: red. Hex color #C4061E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4061E is #3BF9E1. Grayscale: #414141. Windows color (decimal): -3930594 or 1967812. OLE color: 1967812.
HSL color Cylindrical-coordinate representation of color #C4061E: hue angle of 352.42º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C4061E is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 30 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.23 |
| HSL | 352.42º | 0.94% | 0.4% | - |
| HSV(B) | 352.42º | 0.97% | 0.77% | - |
| XYZ | 23.06 | 11.96 | 2.32 | - |
| YUV | 65.55 | 107.95 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 30 | 0 | 0.97 | 0.85 | 0.23 | 352.42 | 0.94 | 0.4 |
| Hex | C4 | 6 | 1E | 0 | 61 | 55 | 17 | 160 | 5E | 28 |
| Octal | 304 | 6 | 36 | 0 | 141 | 125 | 27 | 540 | 136 | 50 |
| Binary | 11000100 | 110 | 11110 | 0 | 1100001 | 1010101 | 10111 | 101100000 | 1011110 | 101000 |
Color Harmonies of #C4061E
Complementary color
Monochromatic Colors of #C4061E
Black with #C4061E
Text Example
Text Example
White with #C4061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4061E; }
p { color: rgb(196,6,30); }
H1.HeaderClassName
{
color: #C4061E;
}
.AnyTagClassName
{
color: #C4061E;
}
</style>
background-color css
<style>
a { background-color: #C4061E; }
a { background-color: rgb(196,6,30); }
div.DivClassName
{
background-color: #C4061E;
}
.BgClassName
{
background-color: #C4061E;
}
</style>
border-color css
<style>
span { border-color: #C4061E; }
span { border-color: rgb(196,6,30); }
td.TdClassName
{
border-color: #C4061E;
}
.TagClassName
{
border-color: #C4061E;
}
</style>