Shades of Venetian Red #C4001B
Tints of Venetian Red #C4001B
RGB
CMYK
RGB Variations
Color information
#C4001B (or 0xC4001B) is known color: Venetian Red. HEX triplet: C4, 00 and 1B. RGB value is (196,0,27). Sum of RGB (Red+Green+Blue) = 196+0+27=223 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.89% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 196 - color contains mainly: red. Hex color #C4001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4001B is #3BFFE4. Grayscale: #3D3D3D. Windows color (decimal): -3932133 or 1769668. OLE color: 1769668.
HSL color Cylindrical-coordinate representation of color #C4001B: hue angle of 351.73º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C4001B is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.86 | 0.23 |
| HSL | 351.73º | 1% | 0.38% | - |
| HSV(B) | 351.73º | 1% | 0.77% | - |
| XYZ | 22.96 | 11.81 | 2.11 | - |
| YUV | 61.68 | 108.43 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 27 | 0 | 1 | 0.86 | 0.23 | 351.73 | 1 | 0.38 |
| Hex | C4 | 0 | 1B | 0 | 64 | 56 | 17 | 160 | 64 | 26 |
| Octal | 304 | 0 | 33 | 0 | 144 | 126 | 27 | 540 | 144 | 46 |
| Binary | 11000100 | 0 | 11011 | 0 | 1100100 | 1010110 | 10111 | 101100000 | 1100100 | 100110 |
Color Harmonies of #C4001B
Complementary color
Monochromatic Colors of #C4001B
Black with #C4001B
Text Example
Text Example
White with #C4001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4001B; }
p { color: rgb(196,0,27); }
H1.HeaderClassName
{
color: #C4001B;
}
.AnyTagClassName
{
color: #C4001B;
}
</style>
background-color css
<style>
a { background-color: #C4001B; }
a { background-color: rgb(196,0,27); }
div.DivClassName
{
background-color: #C4001B;
}
.BgClassName
{
background-color: #C4001B;
}
</style>
border-color css
<style>
span { border-color: #C4001B; }
span { border-color: rgb(196,0,27); }
td.TdClassName
{
border-color: #C4001B;
}
.TagClassName
{
border-color: #C4001B;
}
</style>