Shades of Venetian Red #C90224
Tints of Venetian Red #C90224
RGB
CMYK
RGB Variations
Color information
#C90224 (or 0xC90224) is known color: Venetian Red. HEX triplet: C9, 02 and 24. RGB value is (201,2,36). Sum of RGB (Red+Green+Blue) = 201+2+36=239 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.10% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 201 - color contains mainly: red. Hex color #C90224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90224 is #36FDDB. Grayscale: #414141. Windows color (decimal): -3603932 or 2360009. OLE color: 2360009.
HSL color Cylindrical-coordinate representation of color #C90224: hue angle of 349.75º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C90224 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 2 | 36 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.21 |
| HSL | 349.75º | 0.98% | 0.4% | - |
| HSV(B) | 349.75º | 0.99% | 0.79% | - |
| XYZ | 24.43 | 12.59 | 2.81 | - |
| YUV | 65.38 | 111.43 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 36 | 0 | 0.99 | 0.82 | 0.21 | 349.75 | 0.98 | 0.4 |
| Hex | C9 | 2 | 24 | 0 | 63 | 52 | 15 | 15E | 62 | 28 |
| Octal | 311 | 2 | 44 | 0 | 143 | 122 | 25 | 536 | 142 | 50 |
| Binary | 11001001 | 10 | 100100 | 0 | 1100011 | 1010010 | 10101 | 101011110 | 1100010 | 101000 |
Color Harmonies of #C90224
Complementary color
Monochromatic Colors of #C90224
Black with #C90224
Text Example
Text Example
White with #C90224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90224; }
p { color: rgb(201,2,36); }
H1.HeaderClassName
{
color: #C90224;
}
.AnyTagClassName
{
color: #C90224;
}
</style>
background-color css
<style>
a { background-color: #C90224; }
a { background-color: rgb(201,2,36); }
div.DivClassName
{
background-color: #C90224;
}
.BgClassName
{
background-color: #C90224;
}
</style>
border-color css
<style>
span { border-color: #C90224; }
span { border-color: rgb(201,2,36); }
td.TdClassName
{
border-color: #C90224;
}
.TagClassName
{
border-color: #C90224;
}
</style>