Shades of Venetian Red #C4010E
Tints of Venetian Red #C4010E
RGB
CMYK
RGB Variations
Color information
#C4010E (or 0xC4010E) is known color: Venetian Red. HEX triplet: C4, 01 and 0E. RGB value is (196,1,14). Sum of RGB (Red+Green+Blue) = 196+1+14=211 (27% of max value = 765). Red value is 196 (76.95% from 255 or 92.89% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 196 - color contains mainly: red. Hex color #C4010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4010E is #3BFEF1. Grayscale: #3C3C3C. Windows color (decimal): -3931890 or 917956. OLE color: 917956.
HSL color Cylindrical-coordinate representation of color #C4010E: hue angle of 356º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4010E is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.23 |
| HSL | 356º | 0.99% | 0.39% | - |
| HSV(B) | 356º | 0.99% | 0.77% | - |
| XYZ | 22.86 | 11.79 | 1.49 | - |
| YUV | 60.79 | 101.6 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 14 | 0 | 0.99 | 0.93 | 0.23 | 356 | 0.99 | 0.39 |
| Hex | C4 | 1 | E | 0 | 63 | 5D | 17 | 164 | 63 | 27 |
| Octal | 304 | 1 | 16 | 0 | 143 | 135 | 27 | 544 | 143 | 47 |
| Binary | 11000100 | 1 | 1110 | 0 | 1100011 | 1011101 | 10111 | 101100100 | 1100011 | 100111 |
Color Harmonies of #C4010E
Complementary color
Monochromatic Colors of #C4010E
Black with #C4010E
Text Example
Text Example
White with #C4010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4010E; }
p { color: rgb(196,1,14); }
H1.HeaderClassName
{
color: #C4010E;
}
.AnyTagClassName
{
color: #C4010E;
}
</style>
background-color css
<style>
a { background-color: #C4010E; }
a { background-color: rgb(196,1,14); }
div.DivClassName
{
background-color: #C4010E;
}
.BgClassName
{
background-color: #C4010E;
}
</style>
border-color css
<style>
span { border-color: #C4010E; }
span { border-color: rgb(196,1,14); }
td.TdClassName
{
border-color: #C4010E;
}
.TagClassName
{
border-color: #C4010E;
}
</style>