Shades of Venetian Red #C90921
Tints of Venetian Red #C90921
RGB
CMYK
RGB Variations
Color information
#C90921 (or 0xC90921) is known color: Venetian Red. HEX triplet: C9, 09 and 21. RGB value is (201,9,33). Sum of RGB (Red+Green+Blue) = 201+9+33=243 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.72% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 201 - color contains mainly: red. Hex color #C90921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90921 is #36F6DE. Grayscale: #454545. Windows color (decimal): -3602143 or 2165193. OLE color: 2165193.
HSL color Cylindrical-coordinate representation of color #C90921: hue angle of 352.5º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C90921 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 33 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.21 |
| HSL | 352.5º | 0.91% | 0.41% | - |
| HSV(B) | 352.5º | 0.96% | 0.79% | - |
| XYZ | 24.46 | 12.72 | 2.61 | - |
| YUV | 69.14 | 107.61 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 33 | 0 | 0.96 | 0.84 | 0.21 | 352.5 | 0.91 | 0.41 |
| Hex | C9 | 9 | 21 | 0 | 60 | 54 | 15 | 160 | 5B | 29 |
| Octal | 311 | 11 | 41 | 0 | 140 | 124 | 25 | 540 | 133 | 51 |
| Binary | 11001001 | 1001 | 100001 | 0 | 1100000 | 1010100 | 10101 | 101100000 | 1011011 | 101001 |
Color Harmonies of #C90921
Complementary color
Monochromatic Colors of #C90921
Black with #C90921
Text Example
Text Example
White with #C90921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90921; }
p { color: rgb(201,9,33); }
H1.HeaderClassName
{
color: #C90921;
}
.AnyTagClassName
{
color: #C90921;
}
</style>
background-color css
<style>
a { background-color: #C90921; }
a { background-color: rgb(201,9,33); }
div.DivClassName
{
background-color: #C90921;
}
.BgClassName
{
background-color: #C90921;
}
</style>
border-color css
<style>
span { border-color: #C90921; }
span { border-color: rgb(201,9,33); }
td.TdClassName
{
border-color: #C90921;
}
.TagClassName
{
border-color: #C90921;
}
</style>