Shades of Venetian Red #C90920
Tints of Venetian Red #C90920
RGB
CMYK
RGB Variations
Color information
#C90920 (or 0xC90920) is known color: Venetian Red. HEX triplet: C9, 09 and 20. RGB value is (201,9,32). Sum of RGB (Red+Green+Blue) = 201+9+32=242 (32% of max value = 765). Red value is 201 (78.91% from 255 or 83.06% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 201 - color contains mainly: red. Hex color #C90920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90920 is #36F6DF. Grayscale: #454545. Windows color (decimal): -3602144 or 2099657. OLE color: 2099657.
HSL color Cylindrical-coordinate representation of color #C90920: hue angle of 352.81º 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 #C90920 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 32 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.21 |
| HSL | 352.81º | 0.91% | 0.41% | - |
| HSV(B) | 352.81º | 0.96% | 0.79% | - |
| XYZ | 24.45 | 12.72 | 2.53 | - |
| YUV | 69.03 | 107.11 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 32 | 0 | 0.96 | 0.84 | 0.21 | 352.81 | 0.91 | 0.41 |
| Hex | C9 | 9 | 20 | 0 | 60 | 54 | 15 | 161 | 5B | 29 |
| Octal | 311 | 11 | 40 | 0 | 140 | 124 | 25 | 541 | 133 | 51 |
| Binary | 11001001 | 1001 | 100000 | 0 | 1100000 | 1010100 | 10101 | 101100001 | 1011011 | 101001 |
Color Harmonies of #C90920
Complementary color
Monochromatic Colors of #C90920
Black with #C90920
Text Example
Text Example
White with #C90920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90920; }
p { color: rgb(201,9,32); }
H1.HeaderClassName
{
color: #C90920;
}
.AnyTagClassName
{
color: #C90920;
}
</style>
background-color css
<style>
a { background-color: #C90920; }
a { background-color: rgb(201,9,32); }
div.DivClassName
{
background-color: #C90920;
}
.BgClassName
{
background-color: #C90920;
}
</style>
border-color css
<style>
span { border-color: #C90920; }
span { border-color: rgb(201,9,32); }
td.TdClassName
{
border-color: #C90920;
}
.TagClassName
{
border-color: #C90920;
}
</style>