Shades of Venetian Red #C30B0E
Tints of Venetian Red #C30B0E
RGB
CMYK
RGB Variations
Color information
#C30B0E (or 0xC30B0E) is known color: Venetian Red. HEX triplet: C3, 0B and 0E. RGB value is (195,11,14). Sum of RGB (Red+Green+Blue) = 195+11+14=220 (29% of max value = 765). Red value is 195 (76.56% from 255 or 88.64% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30B0E is #3CF4F1. Grayscale: #424242. Windows color (decimal): -3994866 or 920515. OLE color: 920515.
HSL color Cylindrical-coordinate representation of color #C30B0E: hue angle of 359.02º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30B0E is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 14 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.24 |
| HSL | 359.02º | 0.89% | 0.4% | - |
| HSV(B) | 359.02º | 0.94% | 0.76% | - |
| XYZ | 22.7 | 11.87 | 1.51 | - |
| YUV | 66.36 | 98.46 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 14 | 0 | 0.94 | 0.93 | 0.24 | 359.02 | 0.89 | 0.4 |
| Hex | C3 | B | E | 0 | 5E | 5D | 18 | 167 | 59 | 28 |
| Octal | 303 | 13 | 16 | 0 | 136 | 135 | 30 | 547 | 131 | 50 |
| Binary | 11000011 | 1011 | 1110 | 0 | 1011110 | 1011101 | 11000 | 101100111 | 1011001 | 101000 |
Color Harmonies of #C30B0E
Complementary color
Monochromatic Colors of #C30B0E
Black with #C30B0E
Text Example
Text Example
White with #C30B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30B0E; }
p { color: rgb(195,11,14); }
H1.HeaderClassName
{
color: #C30B0E;
}
.AnyTagClassName
{
color: #C30B0E;
}
</style>
background-color css
<style>
a { background-color: #C30B0E; }
a { background-color: rgb(195,11,14); }
div.DivClassName
{
background-color: #C30B0E;
}
.BgClassName
{
background-color: #C30B0E;
}
</style>
border-color css
<style>
span { border-color: #C30B0E; }
span { border-color: rgb(195,11,14); }
td.TdClassName
{
border-color: #C30B0E;
}
.TagClassName
{
border-color: #C30B0E;
}
</style>