Shades of Venetian Red #C31113
Tints of Venetian Red #C31113
RGB
CMYK
RGB Variations
Color information
#C31113 (or 0xC31113) is known color: Venetian Red. HEX triplet: C3, 11 and 13. RGB value is (195,17,19). Sum of RGB (Red+Green+Blue) = 195+17+19=231 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.42% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 195 - color contains mainly: red. Hex color #C31113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31113 is #3CEEEC. Grayscale: #464646. Windows color (decimal): -3993325 or 1249731. OLE color: 1249731.
HSL color Cylindrical-coordinate representation of color #C31113: hue angle of 359.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31113 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 19 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.24 |
| HSL | 359.33º | 0.84% | 0.42% | - |
| HSV(B) | 359.33º | 0.91% | 0.76% | - |
| XYZ | 22.82 | 12.05 | 1.74 | - |
| YUV | 70.45 | 98.97 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 19 | 0 | 0.91 | 0.90 | 0.24 | 359.33 | 0.84 | 0.42 |
| Hex | C3 | 11 | 13 | 0 | 5B | 5A | 18 | 167 | 54 | 2A |
| Octal | 303 | 21 | 23 | 0 | 133 | 132 | 30 | 547 | 124 | 52 |
| Binary | 11000011 | 10001 | 10011 | 0 | 1011011 | 1011010 | 11000 | 101100111 | 1010100 | 101010 |
Color Harmonies of #C31113
Complementary color
Monochromatic Colors of #C31113
Black with #C31113
Text Example
Text Example
White with #C31113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31113; }
p { color: rgb(195,17,19); }
H1.HeaderClassName
{
color: #C31113;
}
.AnyTagClassName
{
color: #C31113;
}
</style>
background-color css
<style>
a { background-color: #C31113; }
a { background-color: rgb(195,17,19); }
div.DivClassName
{
background-color: #C31113;
}
.BgClassName
{
background-color: #C31113;
}
</style>
border-color css
<style>
span { border-color: #C31113; }
span { border-color: rgb(195,17,19); }
td.TdClassName
{
border-color: #C31113;
}
.TagClassName
{
border-color: #C31113;
}
</style>