Shades of Venetian Red #C40419
Tints of Venetian Red #C40419
RGB
CMYK
RGB Variations
Color information
#C40419 (or 0xC40419) is known color: Venetian Red. HEX triplet: C4, 04 and 19. RGB value is (196,4,25). Sum of RGB (Red+Green+Blue) = 196+4+25=225 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.11% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 196 - color contains mainly: red. Hex color #C40419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40419 is #3BFBE6. Grayscale: #3F3F3F. Windows color (decimal): -3931111 or 1639620. OLE color: 1639620.
HSL color Cylindrical-coordinate representation of color #C40419: hue angle of 353.44º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C40419 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 4 | 25 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.23 |
| HSL | 353.44º | 0.96% | 0.39% | - |
| HSV(B) | 353.44º | 0.98% | 0.77% | - |
| XYZ | 22.98 | 11.89 | 2 | - |
| YUV | 63.8 | 106.11 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 4 | 25 | 0 | 0.98 | 0.87 | 0.23 | 353.44 | 0.96 | 0.39 |
| Hex | C4 | 4 | 19 | 0 | 62 | 57 | 17 | 161 | 60 | 27 |
| Octal | 304 | 4 | 31 | 0 | 142 | 127 | 27 | 541 | 140 | 47 |
| Binary | 11000100 | 100 | 11001 | 0 | 1100010 | 1010111 | 10111 | 101100001 | 1100000 | 100111 |
Color Harmonies of #C40419
Complementary color
Monochromatic Colors of #C40419
Black with #C40419
Text Example
Text Example
White with #C40419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40419; }
p { color: rgb(196,4,25); }
H1.HeaderClassName
{
color: #C40419;
}
.AnyTagClassName
{
color: #C40419;
}
</style>
background-color css
<style>
a { background-color: #C40419; }
a { background-color: rgb(196,4,25); }
div.DivClassName
{
background-color: #C40419;
}
.BgClassName
{
background-color: #C40419;
}
</style>
border-color css
<style>
span { border-color: #C40419; }
span { border-color: rgb(196,4,25); }
td.TdClassName
{
border-color: #C40419;
}
.TagClassName
{
border-color: #C40419;
}
</style>