Shades of Venetian Red #C30C13
Tints of Venetian Red #C30C13
RGB
CMYK
RGB Variations
Color information
#C30C13 (or 0xC30C13) is known color: Venetian Red. HEX triplet: C3, 0C and 13. RGB value is (195,12,19). Sum of RGB (Red+Green+Blue) = 195+12+19=226 (29% of max value = 765). Red value is 195 (76.56% from 255 or 86.28% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30C13 is #3CF3EC. Grayscale: #434343. Windows color (decimal): -3994605 or 1248451. OLE color: 1248451.
HSL color Cylindrical-coordinate representation of color #C30C13: hue angle of 357.7º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30C13 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 19 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.24 |
| HSL | 357.7º | 0.88% | 0.41% | - |
| HSV(B) | 357.7º | 0.94% | 0.76% | - |
| XYZ | 22.75 | 11.91 | 1.72 | - |
| YUV | 67.52 | 100.63 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 19 | 0 | 0.94 | 0.90 | 0.24 | 357.7 | 0.88 | 0.41 |
| Hex | C3 | C | 13 | 0 | 5E | 5A | 18 | 166 | 58 | 29 |
| Octal | 303 | 14 | 23 | 0 | 136 | 132 | 30 | 546 | 130 | 51 |
| Binary | 11000011 | 1100 | 10011 | 0 | 1011110 | 1011010 | 11000 | 101100110 | 1011000 | 101001 |
Color Harmonies of #C30C13
Complementary color
Monochromatic Colors of #C30C13
Black with #C30C13
Text Example
Text Example
White with #C30C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30C13; }
p { color: rgb(195,12,19); }
H1.HeaderClassName
{
color: #C30C13;
}
.AnyTagClassName
{
color: #C30C13;
}
</style>
background-color css
<style>
a { background-color: #C30C13; }
a { background-color: rgb(195,12,19); }
div.DivClassName
{
background-color: #C30C13;
}
.BgClassName
{
background-color: #C30C13;
}
</style>
border-color css
<style>
span { border-color: #C30C13; }
span { border-color: rgb(195,12,19); }
td.TdClassName
{
border-color: #C30C13;
}
.TagClassName
{
border-color: #C30C13;
}
</style>