Shades of Venetian Red #C30720
Tints of Venetian Red #C30720
RGB
CMYK
RGB Variations
Color information
#C30720 (or 0xC30720) is known color: Venetian Red. HEX triplet: C3, 07 and 20. RGB value is (195,7,32). Sum of RGB (Red+Green+Blue) = 195+7+32=234 (30% of max value = 765). Red value is 195 (76.56% from 255 or 83.33% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 195 - color contains mainly: red. Hex color #C30720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30720 is #3CF8DF. Grayscale: #424242. Windows color (decimal): -3995872 or 2099139. OLE color: 2099139.
HSL color Cylindrical-coordinate representation of color #C30720: hue angle of 352.02º 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 #C30720 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 32 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.24 |
| HSL | 352.02º | 0.93% | 0.4% | - |
| HSV(B) | 352.02º | 0.96% | 0.76% | - |
| XYZ | 22.84 | 11.86 | 2.45 | - |
| YUV | 66.06 | 108.78 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 32 | 0 | 0.96 | 0.84 | 0.24 | 352.02 | 0.93 | 0.4 |
| Hex | C3 | 7 | 20 | 0 | 60 | 54 | 18 | 160 | 5D | 28 |
| Octal | 303 | 7 | 40 | 0 | 140 | 124 | 30 | 540 | 135 | 50 |
| Binary | 11000011 | 111 | 100000 | 0 | 1100000 | 1010100 | 11000 | 101100000 | 1011101 | 101000 |
Color Harmonies of #C30720
Complementary color
Monochromatic Colors of #C30720
Black with #C30720
Text Example
Text Example
White with #C30720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30720; }
p { color: rgb(195,7,32); }
H1.HeaderClassName
{
color: #C30720;
}
.AnyTagClassName
{
color: #C30720;
}
</style>
background-color css
<style>
a { background-color: #C30720; }
a { background-color: rgb(195,7,32); }
div.DivClassName
{
background-color: #C30720;
}
.BgClassName
{
background-color: #C30720;
}
</style>
border-color css
<style>
span { border-color: #C30720; }
span { border-color: rgb(195,7,32); }
td.TdClassName
{
border-color: #C30720;
}
.TagClassName
{
border-color: #C30720;
}
</style>