Shades of Venetian Red #C30913
Tints of Venetian Red #C30913
RGB
CMYK
RGB Variations
Color information
#C30913 (or 0xC30913) is known color: Venetian Red. HEX triplet: C3, 09 and 13. RGB value is (195,9,19). Sum of RGB (Red+Green+Blue) = 195+9+19=223 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.44% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 195 - color contains mainly: red. Hex color #C30913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30913 is #3CF6EC. Grayscale: #414141. Windows color (decimal): -3995373 or 1247683. OLE color: 1247683.
HSL color Cylindrical-coordinate representation of color #C30913: hue angle of 356.77º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30913 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 9 | 19 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.24 |
| HSL | 356.77º | 0.91% | 0.4% | - |
| HSV(B) | 356.77º | 0.95% | 0.76% | - |
| XYZ | 22.72 | 11.84 | 1.7 | - |
| YUV | 65.75 | 101.62 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 19 | 0 | 0.95 | 0.90 | 0.24 | 356.77 | 0.91 | 0.4 |
| Hex | C3 | 9 | 13 | 0 | 5F | 5A | 18 | 165 | 5B | 28 |
| Octal | 303 | 11 | 23 | 0 | 137 | 132 | 30 | 545 | 133 | 50 |
| Binary | 11000011 | 1001 | 10011 | 0 | 1011111 | 1011010 | 11000 | 101100101 | 1011011 | 101000 |
Color Harmonies of #C30913
Complementary color
Monochromatic Colors of #C30913
Black with #C30913
Text Example
Text Example
White with #C30913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30913; }
p { color: rgb(195,9,19); }
H1.HeaderClassName
{
color: #C30913;
}
.AnyTagClassName
{
color: #C30913;
}
</style>
background-color css
<style>
a { background-color: #C30913; }
a { background-color: rgb(195,9,19); }
div.DivClassName
{
background-color: #C30913;
}
.BgClassName
{
background-color: #C30913;
}
</style>
border-color css
<style>
span { border-color: #C30913; }
span { border-color: rgb(195,9,19); }
td.TdClassName
{
border-color: #C30913;
}
.TagClassName
{
border-color: #C30913;
}
</style>