Shades of Venetian Red #C90028
Tints of Venetian Red #C90028
RGB
CMYK
RGB Variations
Color information
#C90028 (or 0xC90028) is known color: Venetian Red. HEX triplet: C9, 00 and 28. RGB value is (201,0,40). Sum of RGB (Red+Green+Blue) = 201+0+40=241 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.40% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 201 - color contains mainly: red. Hex color #C90028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90028 is #36FFD7. Grayscale: #404040. Windows color (decimal): -3604440 or 2621641. OLE color: 2621641.
HSL color Cylindrical-coordinate representation of color #C90028: hue angle of 348.06º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90028 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.80 | 0.21 |
| HSL | 348.06º | 1% | 0.39% | - |
| HSV(B) | 348.06º | 1% | 0.79% | - |
| XYZ | 24.47 | 12.57 | 3.14 | - |
| YUV | 64.66 | 114.09 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 40 | 0 | 1 | 0.80 | 0.21 | 348.06 | 1 | 0.39 |
| Hex | C9 | 0 | 28 | 0 | 64 | 50 | 15 | 15C | 64 | 27 |
| Octal | 311 | 0 | 50 | 0 | 144 | 120 | 25 | 534 | 144 | 47 |
| Binary | 11001001 | 0 | 101000 | 0 | 1100100 | 1010000 | 10101 | 101011100 | 1100100 | 100111 |
Color Harmonies of #C90028
Complementary color
Monochromatic Colors of #C90028
Black with #C90028
Text Example
Text Example
White with #C90028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90028; }
p { color: rgb(201,0,40); }
H1.HeaderClassName
{
color: #C90028;
}
.AnyTagClassName
{
color: #C90028;
}
</style>
background-color css
<style>
a { background-color: #C90028; }
a { background-color: rgb(201,0,40); }
div.DivClassName
{
background-color: #C90028;
}
.BgClassName
{
background-color: #C90028;
}
</style>
border-color css
<style>
span { border-color: #C90028; }
span { border-color: rgb(201,0,40); }
td.TdClassName
{
border-color: #C90028;
}
.TagClassName
{
border-color: #C90028;
}
</style>