Shades of Venetian Red #C40129
Tints of Venetian Red #C40129
RGB
CMYK
RGB Variations
Color information
#C40129 (or 0xC40129) is known color: Venetian Red. HEX triplet: C4, 01 and 29. RGB value is (196,1,41). Sum of RGB (Red+Green+Blue) = 196+1+41=238 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.35% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 196 - color contains mainly: red. Hex color #C40129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40129 is #3BFED6. Grayscale: #3F3F3F. Windows color (decimal): -3931863 or 2687428. OLE color: 2687428.
HSL color Cylindrical-coordinate representation of color #C40129: hue angle of 347.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 #C40129 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 41 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.23 |
| HSL | 347.69º | 0.99% | 0.39% | - |
| HSV(B) | 347.69º | 0.99% | 0.77% | - |
| XYZ | 23.18 | 11.92 | 3.18 | - |
| YUV | 63.87 | 115.1 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 41 | 0 | 0.99 | 0.79 | 0.23 | 347.69 | 0.99 | 0.39 |
| Hex | C4 | 1 | 29 | 0 | 63 | 4F | 17 | 15C | 63 | 27 |
| Octal | 304 | 1 | 51 | 0 | 143 | 117 | 27 | 534 | 143 | 47 |
| Binary | 11000100 | 1 | 101001 | 0 | 1100011 | 1001111 | 10111 | 101011100 | 1100011 | 100111 |
Color Harmonies of #C40129
Complementary color
Monochromatic Colors of #C40129
Black with #C40129
Text Example
Text Example
White with #C40129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40129; }
p { color: rgb(196,1,41); }
H1.HeaderClassName
{
color: #C40129;
}
.AnyTagClassName
{
color: #C40129;
}
</style>
background-color css
<style>
a { background-color: #C40129; }
a { background-color: rgb(196,1,41); }
div.DivClassName
{
background-color: #C40129;
}
.BgClassName
{
background-color: #C40129;
}
</style>
border-color css
<style>
span { border-color: #C40129; }
span { border-color: rgb(196,1,41); }
td.TdClassName
{
border-color: #C40129;
}
.TagClassName
{
border-color: #C40129;
}
</style>