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