Shades of Venetian Red #C30E16
Tints of Venetian Red #C30E16
RGB
CMYK
RGB Variations
Color information
#C30E16 (or 0xC30E16) is known color: Venetian Red. HEX triplet: C3, 0E and 16. RGB value is (195,14,22). Sum of RGB (Red+Green+Blue) = 195+14+22=231 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.42% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30E16 is #3CF1E9. Grayscale: #454545. Windows color (decimal): -3994090 or 1445571. OLE color: 1445571.
HSL color Cylindrical-coordinate representation of color #C30E16: hue angle of 357.35º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30E16 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 14 | 22 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.24 |
| HSL | 357.35º | 0.87% | 0.41% | - |
| HSV(B) | 357.35º | 0.93% | 0.76% | - |
| XYZ | 22.81 | 11.97 | 1.87 | - |
| YUV | 69.03 | 101.47 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 22 | 0 | 0.93 | 0.89 | 0.24 | 357.35 | 0.87 | 0.41 |
| Hex | C3 | E | 16 | 0 | 5D | 59 | 18 | 165 | 57 | 29 |
| Octal | 303 | 16 | 26 | 0 | 135 | 131 | 30 | 545 | 127 | 51 |
| Binary | 11000011 | 1110 | 10110 | 0 | 1011101 | 1011001 | 11000 | 101100101 | 1010111 | 101001 |
Color Harmonies of #C30E16
Complementary color
Monochromatic Colors of #C30E16
Black with #C30E16
Text Example
Text Example
White with #C30E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30E16; }
p { color: rgb(195,14,22); }
H1.HeaderClassName
{
color: #C30E16;
}
.AnyTagClassName
{
color: #C30E16;
}
</style>
background-color css
<style>
a { background-color: #C30E16; }
a { background-color: rgb(195,14,22); }
div.DivClassName
{
background-color: #C30E16;
}
.BgClassName
{
background-color: #C30E16;
}
</style>
border-color css
<style>
span { border-color: #C30E16; }
span { border-color: rgb(195,14,22); }
td.TdClassName
{
border-color: #C30E16;
}
.TagClassName
{
border-color: #C30E16;
}
</style>