Shades of Venetian Red #C90520
Tints of Venetian Red #C90520
RGB
CMYK
RGB Variations
Color information
#C90520 (or 0xC90520) is known color: Venetian Red. HEX triplet: C9, 05 and 20. RGB value is (201,5,32). Sum of RGB (Red+Green+Blue) = 201+5+32=238 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.45% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 201 - color contains mainly: red. Hex color #C90520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90520 is #36FADF. Grayscale: #424242. Windows color (decimal): -3603168 or 2098633. OLE color: 2098633.
HSL color Cylindrical-coordinate representation of color #C90520: hue angle of 351.73º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C90520 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 32 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.21 |
| HSL | 351.73º | 0.95% | 0.4% | - |
| HSV(B) | 351.73º | 0.98% | 0.79% | - |
| XYZ | 24.4 | 12.63 | 2.52 | - |
| YUV | 66.68 | 108.43 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 32 | 0 | 0.98 | 0.84 | 0.21 | 351.73 | 0.95 | 0.4 |
| Hex | C9 | 5 | 20 | 0 | 62 | 54 | 15 | 160 | 5F | 28 |
| Octal | 311 | 5 | 40 | 0 | 142 | 124 | 25 | 540 | 137 | 50 |
| Binary | 11001001 | 101 | 100000 | 0 | 1100010 | 1010100 | 10101 | 101100000 | 1011111 | 101000 |
Color Harmonies of #C90520
Complementary color
Monochromatic Colors of #C90520
Black with #C90520
Text Example
Text Example
White with #C90520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90520; }
p { color: rgb(201,5,32); }
H1.HeaderClassName
{
color: #C90520;
}
.AnyTagClassName
{
color: #C90520;
}
</style>
background-color css
<style>
a { background-color: #C90520; }
a { background-color: rgb(201,5,32); }
div.DivClassName
{
background-color: #C90520;
}
.BgClassName
{
background-color: #C90520;
}
</style>
border-color css
<style>
span { border-color: #C90520; }
span { border-color: rgb(201,5,32); }
td.TdClassName
{
border-color: #C90520;
}
.TagClassName
{
border-color: #C90520;
}
</style>