Shades of Venetian Red #C31215
Tints of Venetian Red #C31215
RGB
CMYK
RGB Variations
Color information
#C31215 (or 0xC31215) is known color: Venetian Red. HEX triplet: C3, 12 and 15. RGB value is (195,18,21). Sum of RGB (Red+Green+Blue) = 195+18+21=234 (30% of max value = 765). Red value is 195 (76.56% from 255 or 83.33% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 195 - color contains mainly: red. Hex color #C31215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31215 is #3CEDEA. Grayscale: #474747. Windows color (decimal): -3993067 or 1381059. OLE color: 1381059.
HSL color Cylindrical-coordinate representation of color #C31215: hue angle of 358.98º 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 #C31215 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 21 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.24 |
| HSL | 358.98º | 0.83% | 0.42% | - |
| HSV(B) | 358.98º | 0.91% | 0.76% | - |
| XYZ | 22.86 | 12.09 | 1.84 | - |
| YUV | 71.27 | 99.64 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 21 | 0 | 0.91 | 0.89 | 0.24 | 358.98 | 0.83 | 0.42 |
| Hex | C3 | 12 | 15 | 0 | 5B | 59 | 18 | 167 | 53 | 2A |
| Octal | 303 | 22 | 25 | 0 | 133 | 131 | 30 | 547 | 123 | 52 |
| Binary | 11000011 | 10010 | 10101 | 0 | 1011011 | 1011001 | 11000 | 101100111 | 1010011 | 101010 |
Color Harmonies of #C31215
Complementary color
Monochromatic Colors of #C31215
Black with #C31215
Text Example
Text Example
White with #C31215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31215; }
p { color: rgb(195,18,21); }
H1.HeaderClassName
{
color: #C31215;
}
.AnyTagClassName
{
color: #C31215;
}
</style>
background-color css
<style>
a { background-color: #C31215; }
a { background-color: rgb(195,18,21); }
div.DivClassName
{
background-color: #C31215;
}
.BgClassName
{
background-color: #C31215;
}
</style>
border-color css
<style>
span { border-color: #C31215; }
span { border-color: rgb(195,18,21); }
td.TdClassName
{
border-color: #C31215;
}
.TagClassName
{
border-color: #C31215;
}
</style>