Shades of Venetian Red #C30E17
Tints of Venetian Red #C30E17
RGB
CMYK
RGB Variations
Color information
#C30E17 (or 0xC30E17) is known color: Venetian Red. HEX triplet: C3, 0E and 17. RGB value is (195,14,23). Sum of RGB (Red+Green+Blue) = 195+14+23=232 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.05% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30E17 is #3CF1E8. Grayscale: #454545. Windows color (decimal): -3994089 or 1511107. OLE color: 1511107.
HSL color Cylindrical-coordinate representation of color #C30E17: hue angle of 357.02º 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 #C30E17 is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 14 | 23 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.24 |
| HSL | 357.02º | 0.87% | 0.41% | - |
| HSV(B) | 357.02º | 0.93% | 0.76% | - |
| XYZ | 22.82 | 11.98 | 1.92 | - |
| YUV | 69.15 | 101.97 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 23 | 0 | 0.93 | 0.88 | 0.24 | 357.02 | 0.87 | 0.41 |
| Hex | C3 | E | 17 | 0 | 5D | 58 | 18 | 165 | 57 | 29 |
| Octal | 303 | 16 | 27 | 0 | 135 | 130 | 30 | 545 | 127 | 51 |
| Binary | 11000011 | 1110 | 10111 | 0 | 1011101 | 1011000 | 11000 | 101100101 | 1010111 | 101001 |
Color Harmonies of #C30E17
Complementary color
Monochromatic Colors of #C30E17
Black with #C30E17
Text Example
Text Example
White with #C30E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30E17; }
p { color: rgb(195,14,23); }
H1.HeaderClassName
{
color: #C30E17;
}
.AnyTagClassName
{
color: #C30E17;
}
</style>
background-color css
<style>
a { background-color: #C30E17; }
a { background-color: rgb(195,14,23); }
div.DivClassName
{
background-color: #C30E17;
}
.BgClassName
{
background-color: #C30E17;
}
</style>
border-color css
<style>
span { border-color: #C30E17; }
span { border-color: rgb(195,14,23); }
td.TdClassName
{
border-color: #C30E17;
}
.TagClassName
{
border-color: #C30E17;
}
</style>