Shades of Venetian Red #C4010C
Tints of Venetian Red #C4010C
RGB
CMYK
RGB Variations
Color information
#C4010C (or 0xC4010C) is known color: Venetian Red. HEX triplet: C4, 01 and 0C. RGB value is (196,1,12). Sum of RGB (Red+Green+Blue) = 196+1+12=209 (27% of max value = 765). Red value is 196 (76.95% from 255 or 93.78% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 196 - color contains mainly: red. Hex color #C4010C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4010C is #3BFEF3. Grayscale: #3C3C3C. Windows color (decimal): -3931892 or 786884. OLE color: 786884.
HSL color Cylindrical-coordinate representation of color #C4010C: hue angle of 356.62º 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 #C4010C is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.23 |
| HSL | 356.62º | 0.99% | 0.39% | - |
| HSV(B) | 356.62º | 0.99% | 0.77% | - |
| XYZ | 22.84 | 11.78 | 1.42 | - |
| YUV | 60.56 | 100.6 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 12 | 0 | 0.99 | 0.94 | 0.23 | 356.62 | 0.99 | 0.39 |
| Hex | C4 | 1 | C | 0 | 63 | 5E | 17 | 165 | 63 | 27 |
| Octal | 304 | 1 | 14 | 0 | 143 | 136 | 27 | 545 | 143 | 47 |
| Binary | 11000100 | 1 | 1100 | 0 | 1100011 | 1011110 | 10111 | 101100101 | 1100011 | 100111 |
Color Harmonies of #C4010C
Complementary color
Monochromatic Colors of #C4010C
Black with #C4010C
Text Example
Text Example
White with #C4010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4010C; }
p { color: rgb(196,1,12); }
H1.HeaderClassName
{
color: #C4010C;
}
.AnyTagClassName
{
color: #C4010C;
}
</style>
background-color css
<style>
a { background-color: #C4010C; }
a { background-color: rgb(196,1,12); }
div.DivClassName
{
background-color: #C4010C;
}
.BgClassName
{
background-color: #C4010C;
}
</style>
border-color css
<style>
span { border-color: #C4010C; }
span { border-color: rgb(196,1,12); }
td.TdClassName
{
border-color: #C4010C;
}
.TagClassName
{
border-color: #C4010C;
}
</style>