Shades of Venetian Red #C90528
Tints of Venetian Red #C90528
RGB
CMYK
RGB Variations
Color information
#C90528 (or 0xC90528) is known color: Venetian Red. HEX triplet: C9, 05 and 28. RGB value is (201,5,40). Sum of RGB (Red+Green+Blue) = 201+5+40=246 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.71% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 201 - color contains mainly: red. Hex color #C90528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90528 is #36FAD7. Grayscale: #434343. Windows color (decimal): -3603160 or 2622921. OLE color: 2622921.
HSL color Cylindrical-coordinate representation of color #C90528: hue angle of 349.29º 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 #C90528 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 40 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.21 |
| HSL | 349.29º | 0.95% | 0.4% | - |
| HSV(B) | 349.29º | 0.98% | 0.79% | - |
| XYZ | 24.52 | 12.68 | 3.16 | - |
| YUV | 67.59 | 112.43 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 40 | 0 | 0.98 | 0.80 | 0.21 | 349.29 | 0.95 | 0.4 |
| Hex | C9 | 5 | 28 | 0 | 62 | 50 | 15 | 15D | 5F | 28 |
| Octal | 311 | 5 | 50 | 0 | 142 | 120 | 25 | 535 | 137 | 50 |
| Binary | 11001001 | 101 | 101000 | 0 | 1100010 | 1010000 | 10101 | 101011101 | 1011111 | 101000 |
Color Harmonies of #C90528
Complementary color
Monochromatic Colors of #C90528
Black with #C90528
Text Example
Text Example
White with #C90528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90528; }
p { color: rgb(201,5,40); }
H1.HeaderClassName
{
color: #C90528;
}
.AnyTagClassName
{
color: #C90528;
}
</style>
background-color css
<style>
a { background-color: #C90528; }
a { background-color: rgb(201,5,40); }
div.DivClassName
{
background-color: #C90528;
}
.BgClassName
{
background-color: #C90528;
}
</style>
border-color css
<style>
span { border-color: #C90528; }
span { border-color: rgb(201,5,40); }
td.TdClassName
{
border-color: #C90528;
}
.TagClassName
{
border-color: #C90528;
}
</style>