Shades of Venetian Red #C01419
Tints of Venetian Red #C01419
RGB
CMYK
RGB Variations
Color information
#C01419 (or 0xC01419) is known color: Venetian Red. HEX triplet: C0, 14 and 19. RGB value is (192,20,25). Sum of RGB (Red+Green+Blue) = 192+20+25=237 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.01% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 192 - color contains mainly: red. Hex color #C01419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01419 is #3FEBE6. Grayscale: #484848. Windows color (decimal): -4189159 or 1643712. OLE color: 1643712.
HSL color Cylindrical-coordinate representation of color #C01419: hue angle of 358.26º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01419 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 25 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.25 |
| HSL | 358.26º | 0.81% | 0.42% | - |
| HSV(B) | 358.26º | 0.9% | 0.75% | - |
| XYZ | 22.16 | 11.78 | 2.02 | - |
| YUV | 72 | 101.48 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 25 | 0 | 0.90 | 0.87 | 0.25 | 358.26 | 0.81 | 0.42 |
| Hex | C0 | 14 | 19 | 0 | 5A | 57 | 19 | 166 | 51 | 2A |
| Octal | 300 | 24 | 31 | 0 | 132 | 127 | 31 | 546 | 121 | 52 |
| Binary | 11000000 | 10100 | 11001 | 0 | 1011010 | 1010111 | 11001 | 101100110 | 1010001 | 101010 |
Color Harmonies of #C01419
Complementary color
Monochromatic Colors of #C01419
Black with #C01419
Text Example
Text Example
White with #C01419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01419; }
p { color: rgb(192,20,25); }
H1.HeaderClassName
{
color: #C01419;
}
.AnyTagClassName
{
color: #C01419;
}
</style>
background-color css
<style>
a { background-color: #C01419; }
a { background-color: rgb(192,20,25); }
div.DivClassName
{
background-color: #C01419;
}
.BgClassName
{
background-color: #C01419;
}
</style>
border-color css
<style>
span { border-color: #C01419; }
span { border-color: rgb(192,20,25); }
td.TdClassName
{
border-color: #C01419;
}
.TagClassName
{
border-color: #C01419;
}
</style>