Shades of Venetian Red #C31217
Tints of Venetian Red #C31217
RGB
CMYK
RGB Variations
Color information
#C31217 (or 0xC31217) is known color: Venetian Red. HEX triplet: C3, 12 and 17. RGB value is (195,18,23). Sum of RGB (Red+Green+Blue) = 195+18+23=236 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.63% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 195 - color contains mainly: red. Hex color #C31217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31217 is #3CEDE8. Grayscale: #474747. Windows color (decimal): -3993065 or 1512131. OLE color: 1512131.
HSL color Cylindrical-coordinate representation of color #C31217: hue angle of 358.31º degrees, saturation: 0.83, 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 #C31217 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 23 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.24 |
| HSL | 358.31º | 0.83% | 0.42% | - |
| HSV(B) | 358.31º | 0.91% | 0.76% | - |
| XYZ | 22.88 | 12.1 | 1.94 | - |
| YUV | 71.49 | 100.64 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 23 | 0 | 0.91 | 0.88 | 0.24 | 358.31 | 0.83 | 0.42 |
| Hex | C3 | 12 | 17 | 0 | 5B | 58 | 18 | 166 | 53 | 2A |
| Octal | 303 | 22 | 27 | 0 | 133 | 130 | 30 | 546 | 123 | 52 |
| Binary | 11000011 | 10010 | 10111 | 0 | 1011011 | 1011000 | 11000 | 101100110 | 1010011 | 101010 |
Color Harmonies of #C31217
Complementary color
Monochromatic Colors of #C31217
Black with #C31217
Text Example
Text Example
White with #C31217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31217; }
p { color: rgb(195,18,23); }
H1.HeaderClassName
{
color: #C31217;
}
.AnyTagClassName
{
color: #C31217;
}
</style>
background-color css
<style>
a { background-color: #C31217; }
a { background-color: rgb(195,18,23); }
div.DivClassName
{
background-color: #C31217;
}
.BgClassName
{
background-color: #C31217;
}
</style>
border-color css
<style>
span { border-color: #C31217; }
span { border-color: rgb(195,18,23); }
td.TdClassName
{
border-color: #C31217;
}
.TagClassName
{
border-color: #C31217;
}
</style>