Shades of Venetian Red #C40120
Tints of Venetian Red #C40120
RGB
CMYK
RGB Variations
Color information
#C40120 (or 0xC40120) is known color: Venetian Red. HEX triplet: C4, 01 and 20. RGB value is (196,1,32). Sum of RGB (Red+Green+Blue) = 196+1+32=229 (30% of max value = 765). Red value is 196 (76.95% from 255 or 85.59% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 196 - color contains mainly: red. Hex color #C40120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40120 is #3BFEDF. Grayscale: #3E3E3E. Windows color (decimal): -3931872 or 2097604. OLE color: 2097604.
HSL color Cylindrical-coordinate representation of color #C40120: hue angle of 350.46º 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 #C40120 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 32 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.23 |
| HSL | 350.46º | 0.99% | 0.39% | - |
| HSV(B) | 350.46º | 0.99% | 0.77% | - |
| XYZ | 23.04 | 11.86 | 2.44 | - |
| YUV | 62.84 | 110.6 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 32 | 0 | 0.99 | 0.84 | 0.23 | 350.46 | 0.99 | 0.39 |
| Hex | C4 | 1 | 20 | 0 | 63 | 54 | 17 | 15E | 63 | 27 |
| Octal | 304 | 1 | 40 | 0 | 143 | 124 | 27 | 536 | 143 | 47 |
| Binary | 11000100 | 1 | 100000 | 0 | 1100011 | 1010100 | 10111 | 101011110 | 1100011 | 100111 |
Color Harmonies of #C40120
Complementary color
Monochromatic Colors of #C40120
Black with #C40120
Text Example
Text Example
White with #C40120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40120; }
p { color: rgb(196,1,32); }
H1.HeaderClassName
{
color: #C40120;
}
.AnyTagClassName
{
color: #C40120;
}
</style>
background-color css
<style>
a { background-color: #C40120; }
a { background-color: rgb(196,1,32); }
div.DivClassName
{
background-color: #C40120;
}
.BgClassName
{
background-color: #C40120;
}
</style>
border-color css
<style>
span { border-color: #C40120; }
span { border-color: rgb(196,1,32); }
td.TdClassName
{
border-color: #C40120;
}
.TagClassName
{
border-color: #C40120;
}
</style>