Shades of Venetian Red #C01319
Tints of Venetian Red #C01319
RGB
CMYK
RGB Variations
Color information
#C01319 (or 0xC01319) is known color: Venetian Red. HEX triplet: C0, 13 and 19. RGB value is (192,19,25). Sum of RGB (Red+Green+Blue) = 192+19+25=236 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.36% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 192 - color contains mainly: red. Hex color #C01319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01319 is #3FECE6. Grayscale: #474747. Windows color (decimal): -4189415 or 1643456. OLE color: 1643456.
HSL color Cylindrical-coordinate representation of color #C01319: hue angle of 357.92º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01319 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 25 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.25 |
| HSL | 357.92º | 0.82% | 0.41% | - |
| HSV(B) | 357.92º | 0.9% | 0.75% | - |
| XYZ | 22.15 | 11.74 | 2.02 | - |
| YUV | 71.41 | 101.81 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 25 | 0 | 0.90 | 0.87 | 0.25 | 357.92 | 0.82 | 0.41 |
| Hex | C0 | 13 | 19 | 0 | 5A | 57 | 19 | 166 | 52 | 29 |
| Octal | 300 | 23 | 31 | 0 | 132 | 127 | 31 | 546 | 122 | 51 |
| Binary | 11000000 | 10011 | 11001 | 0 | 1011010 | 1010111 | 11001 | 101100110 | 1010010 | 101001 |
Color Harmonies of #C01319
Complementary color
Monochromatic Colors of #C01319
Black with #C01319
Text Example
Text Example
White with #C01319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01319; }
p { color: rgb(192,19,25); }
H1.HeaderClassName
{
color: #C01319;
}
.AnyTagClassName
{
color: #C01319;
}
</style>
background-color css
<style>
a { background-color: #C01319; }
a { background-color: rgb(192,19,25); }
div.DivClassName
{
background-color: #C01319;
}
.BgClassName
{
background-color: #C01319;
}
</style>
border-color css
<style>
span { border-color: #C01319; }
span { border-color: rgb(192,19,25); }
td.TdClassName
{
border-color: #C01319;
}
.TagClassName
{
border-color: #C01319;
}
</style>