Shades of Venetian Red #C4011C
Tints of Venetian Red #C4011C
RGB
CMYK
RGB Variations
Color information
#C4011C (or 0xC4011C) is known color: Venetian Red. HEX triplet: C4, 01 and 1C. RGB value is (196,1,28). Sum of RGB (Red+Green+Blue) = 196+1+28=225 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.11% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 196 - color contains mainly: red. Hex color #C4011C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4011C is #3BFEE3. Grayscale: #3E3E3E. Windows color (decimal): -3931876 or 1835460. OLE color: 1835460.
HSL color Cylindrical-coordinate representation of color #C4011C: hue angle of 351.69º 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 #C4011C is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 28 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.23 |
| HSL | 351.69º | 0.99% | 0.39% | - |
| HSV(B) | 351.69º | 0.99% | 0.77% | - |
| XYZ | 22.99 | 11.84 | 2.17 | - |
| YUV | 62.38 | 108.6 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 28 | 0 | 0.99 | 0.86 | 0.23 | 351.69 | 0.99 | 0.39 |
| Hex | C4 | 1 | 1C | 0 | 63 | 56 | 17 | 160 | 63 | 27 |
| Octal | 304 | 1 | 34 | 0 | 143 | 126 | 27 | 540 | 143 | 47 |
| Binary | 11000100 | 1 | 11100 | 0 | 1100011 | 1010110 | 10111 | 101100000 | 1100011 | 100111 |
Color Harmonies of #C4011C
Complementary color
Monochromatic Colors of #C4011C
Black with #C4011C
Text Example
Text Example
White with #C4011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4011C; }
p { color: rgb(196,1,28); }
H1.HeaderClassName
{
color: #C4011C;
}
.AnyTagClassName
{
color: #C4011C;
}
</style>
background-color css
<style>
a { background-color: #C4011C; }
a { background-color: rgb(196,1,28); }
div.DivClassName
{
background-color: #C4011C;
}
.BgClassName
{
background-color: #C4011C;
}
</style>
border-color css
<style>
span { border-color: #C4011C; }
span { border-color: rgb(196,1,28); }
td.TdClassName
{
border-color: #C4011C;
}
.TagClassName
{
border-color: #C4011C;
}
</style>