Shades of Venetian Red #C30120
Tints of Venetian Red #C30120
RGB
CMYK
RGB Variations
Color information
#C30120 (or 0xC30120) is known color: Venetian Red. HEX triplet: C3, 01 and 20. RGB value is (195,1,32). Sum of RGB (Red+Green+Blue) = 195+1+32=228 (30% of max value = 765). Red value is 195 (76.56% from 255 or 85.53% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 195 - color contains mainly: red. Hex color #C30120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30120 is #3CFEDF. Grayscale: #3E3E3E. Windows color (decimal): -3997408 or 2097603. OLE color: 2097603.
HSL color Cylindrical-coordinate representation of color #C30120: hue angle of 350.41º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30120 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 32 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.24 |
| HSL | 350.41º | 0.99% | 0.38% | - |
| HSV(B) | 350.41º | 0.99% | 0.76% | - |
| XYZ | 22.78 | 11.73 | 2.43 | - |
| YUV | 62.54 | 110.77 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 32 | 0 | 0.99 | 0.84 | 0.24 | 350.41 | 0.99 | 0.38 |
| Hex | C3 | 1 | 20 | 0 | 63 | 54 | 18 | 15E | 63 | 26 |
| Octal | 303 | 1 | 40 | 0 | 143 | 124 | 30 | 536 | 143 | 46 |
| Binary | 11000011 | 1 | 100000 | 0 | 1100011 | 1010100 | 11000 | 101011110 | 1100011 | 100110 |
Color Harmonies of #C30120
Complementary color
Monochromatic Colors of #C30120
Black with #C30120
Text Example
Text Example
White with #C30120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30120; }
p { color: rgb(195,1,32); }
H1.HeaderClassName
{
color: #C30120;
}
.AnyTagClassName
{
color: #C30120;
}
</style>
background-color css
<style>
a { background-color: #C30120; }
a { background-color: rgb(195,1,32); }
div.DivClassName
{
background-color: #C30120;
}
.BgClassName
{
background-color: #C30120;
}
</style>
border-color css
<style>
span { border-color: #C30120; }
span { border-color: rgb(195,1,32); }
td.TdClassName
{
border-color: #C30120;
}
.TagClassName
{
border-color: #C30120;
}
</style>