Shades of Venetian Red #C30014
Tints of Venetian Red #C30014
RGB
CMYK
RGB Variations
Color information
#C30014 (or 0xC30014) is known color: Venetian Red. HEX triplet: C3, 00 and 14. RGB value is (195,0,20). Sum of RGB (Red+Green+Blue) = 195+0+20=215 (28% of max value = 765). Red value is 195 (76.56% from 255 or 90.70% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 195 - color contains mainly: red. Hex color #C30014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30014 is #3CFFEB. Grayscale: #3C3C3C. Windows color (decimal): -3997676 or 1310915. OLE color: 1310915.
HSL color Cylindrical-coordinate representation of color #C30014: hue angle of 353.85º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C30014 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 20 | - |
| CMYK | 0 | 1 | 0.90 | 0.24 |
| HSL | 353.85º | 1% | 0.38% | - |
| HSV(B) | 353.85º | 1% | 0.76% | - |
| XYZ | 22.63 | 11.65 | 1.72 | - |
| YUV | 60.59 | 105.1 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 20 | 0 | 1 | 0.90 | 0.24 | 353.85 | 1 | 0.38 |
| Hex | C3 | 0 | 14 | 0 | 64 | 5A | 18 | 162 | 64 | 26 |
| Octal | 303 | 0 | 24 | 0 | 144 | 132 | 30 | 542 | 144 | 46 |
| Binary | 11000011 | 0 | 10100 | 0 | 1100100 | 1011010 | 11000 | 101100010 | 1100100 | 100110 |
Color Harmonies of #C30014
Complementary color
Monochromatic Colors of #C30014
Black with #C30014
Text Example
Text Example
White with #C30014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30014; }
p { color: rgb(195,0,20); }
H1.HeaderClassName
{
color: #C30014;
}
.AnyTagClassName
{
color: #C30014;
}
</style>
background-color css
<style>
a { background-color: #C30014; }
a { background-color: rgb(195,0,20); }
div.DivClassName
{
background-color: #C30014;
}
.BgClassName
{
background-color: #C30014;
}
</style>
border-color css
<style>
span { border-color: #C30014; }
span { border-color: rgb(195,0,20); }
td.TdClassName
{
border-color: #C30014;
}
.TagClassName
{
border-color: #C30014;
}
</style>