Shades of Venetian Red #C90720
Tints of Venetian Red #C90720
RGB
CMYK
RGB Variations
Color information
#C90720 (or 0xC90720) is known color: Venetian Red. HEX triplet: C9, 07 and 20. RGB value is (201,7,32). Sum of RGB (Red+Green+Blue) = 201+7+32=240 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.75% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 201 - color contains mainly: red. Hex color #C90720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90720 is #36F8DF. Grayscale: #434343. Windows color (decimal): -3602656 or 2099145. OLE color: 2099145.
HSL color Cylindrical-coordinate representation of color #C90720: hue angle of 352.27º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C90720 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 32 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.21 |
| HSL | 352.27º | 0.93% | 0.41% | - |
| HSV(B) | 352.27º | 0.97% | 0.79% | - |
| XYZ | 24.42 | 12.67 | 2.53 | - |
| YUV | 67.86 | 107.77 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 32 | 0 | 0.97 | 0.84 | 0.21 | 352.27 | 0.93 | 0.41 |
| Hex | C9 | 7 | 20 | 0 | 61 | 54 | 15 | 160 | 5D | 29 |
| Octal | 311 | 7 | 40 | 0 | 141 | 124 | 25 | 540 | 135 | 51 |
| Binary | 11001001 | 111 | 100000 | 0 | 1100001 | 1010100 | 10101 | 101100000 | 1011101 | 101001 |
Color Harmonies of #C90720
Complementary color
Monochromatic Colors of #C90720
Black with #C90720
Text Example
Text Example
White with #C90720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90720; }
p { color: rgb(201,7,32); }
H1.HeaderClassName
{
color: #C90720;
}
.AnyTagClassName
{
color: #C90720;
}
</style>
background-color css
<style>
a { background-color: #C90720; }
a { background-color: rgb(201,7,32); }
div.DivClassName
{
background-color: #C90720;
}
.BgClassName
{
background-color: #C90720;
}
</style>
border-color css
<style>
span { border-color: #C90720; }
span { border-color: rgb(201,7,32); }
td.TdClassName
{
border-color: #C90720;
}
.TagClassName
{
border-color: #C90720;
}
</style>