Shades of Venetian Red #C30714
Tints of Venetian Red #C30714
RGB
CMYK
RGB Variations
Color information
#C30714 (or 0xC30714) is known color: Venetian Red. HEX triplet: C3, 07 and 14. RGB value is (195,7,20). Sum of RGB (Red+Green+Blue) = 195+7+20=222 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.84% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 195 - color contains mainly: red. Hex color #C30714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30714 is #3CF8EB. Grayscale: #404040. Windows color (decimal): -3995884 or 1312707. OLE color: 1312707.
HSL color Cylindrical-coordinate representation of color #C30714: hue angle of 355.85º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30714 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 20 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.24 |
| HSL | 355.85º | 0.93% | 0.4% | - |
| HSV(B) | 355.85º | 0.96% | 0.76% | - |
| XYZ | 22.71 | 11.8 | 1.74 | - |
| YUV | 64.69 | 102.78 | 220.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 20 | 0 | 0.96 | 0.90 | 0.24 | 355.85 | 0.93 | 0.4 |
| Hex | C3 | 7 | 14 | 0 | 60 | 5A | 18 | 164 | 5D | 28 |
| Octal | 303 | 7 | 24 | 0 | 140 | 132 | 30 | 544 | 135 | 50 |
| Binary | 11000011 | 111 | 10100 | 0 | 1100000 | 1011010 | 11000 | 101100100 | 1011101 | 101000 |
Color Harmonies of #C30714
Complementary color
Monochromatic Colors of #C30714
Black with #C30714
Text Example
Text Example
White with #C30714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30714; }
p { color: rgb(195,7,20); }
H1.HeaderClassName
{
color: #C30714;
}
.AnyTagClassName
{
color: #C30714;
}
</style>
background-color css
<style>
a { background-color: #C30714; }
a { background-color: rgb(195,7,20); }
div.DivClassName
{
background-color: #C30714;
}
.BgClassName
{
background-color: #C30714;
}
</style>
border-color css
<style>
span { border-color: #C30714; }
span { border-color: rgb(195,7,20); }
td.TdClassName
{
border-color: #C30714;
}
.TagClassName
{
border-color: #C30714;
}
</style>