Shades of Venetian Red #C30921
Tints of Venetian Red #C30921
RGB
CMYK
RGB Variations
Color information
#C30921 (or 0xC30921) is known color: Venetian Red. HEX triplet: C3, 09 and 21. RGB value is (195,9,33). Sum of RGB (Red+Green+Blue) = 195+9+33=237 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.28% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 195 - color contains mainly: red. Hex color #C30921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30921 is #3CF6DE. Grayscale: #434343. Windows color (decimal): -3995359 or 2165187. OLE color: 2165187.
HSL color Cylindrical-coordinate representation of color #C30921: hue angle of 352.26º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30921 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 9 | 33 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.24 |
| HSL | 352.26º | 0.91% | 0.4% | - |
| HSV(B) | 352.26º | 0.95% | 0.76% | - |
| XYZ | 22.88 | 11.91 | 2.53 | - |
| YUV | 67.35 | 108.62 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 33 | 0 | 0.95 | 0.83 | 0.24 | 352.26 | 0.91 | 0.4 |
| Hex | C3 | 9 | 21 | 0 | 5F | 53 | 18 | 160 | 5B | 28 |
| Octal | 303 | 11 | 41 | 0 | 137 | 123 | 30 | 540 | 133 | 50 |
| Binary | 11000011 | 1001 | 100001 | 0 | 1011111 | 1010011 | 11000 | 101100000 | 1011011 | 101000 |
Color Harmonies of #C30921
Complementary color
Monochromatic Colors of #C30921
Black with #C30921
Text Example
Text Example
White with #C30921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30921; }
p { color: rgb(195,9,33); }
H1.HeaderClassName
{
color: #C30921;
}
.AnyTagClassName
{
color: #C30921;
}
</style>
background-color css
<style>
a { background-color: #C30921; }
a { background-color: rgb(195,9,33); }
div.DivClassName
{
background-color: #C30921;
}
.BgClassName
{
background-color: #C30921;
}
</style>
border-color css
<style>
span { border-color: #C30921; }
span { border-color: rgb(195,9,33); }
td.TdClassName
{
border-color: #C30921;
}
.TagClassName
{
border-color: #C30921;
}
</style>