Shades of Venetian Red #C90227
Tints of Venetian Red #C90227
RGB
CMYK
RGB Variations
Color information
#C90227 (or 0xC90227) is known color: Venetian Red. HEX triplet: C9, 02 and 27. RGB value is (201,2,39). Sum of RGB (Red+Green+Blue) = 201+2+39=242 (32% of max value = 765). Red value is 201 (78.91% from 255 or 83.06% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 201 - color contains mainly: red. Hex color #C90227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90227 is #36FDD8. Grayscale: #414141. Windows color (decimal): -3603929 or 2556617. OLE color: 2556617.
HSL color Cylindrical-coordinate representation of color #C90227: hue angle of 348.84º 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 #C90227 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 2 | 39 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.21 |
| HSL | 348.84º | 0.98% | 0.4% | - |
| HSV(B) | 348.84º | 0.99% | 0.79% | - |
| XYZ | 24.48 | 12.61 | 3.06 | - |
| YUV | 65.72 | 112.93 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 39 | 0 | 0.99 | 0.81 | 0.21 | 348.84 | 0.98 | 0.4 |
| Hex | C9 | 2 | 27 | 0 | 63 | 51 | 15 | 15D | 62 | 28 |
| Octal | 311 | 2 | 47 | 0 | 143 | 121 | 25 | 535 | 142 | 50 |
| Binary | 11001001 | 10 | 100111 | 0 | 1100011 | 1010001 | 10101 | 101011101 | 1100010 | 101000 |
Color Harmonies of #C90227
Complementary color
Monochromatic Colors of #C90227
Black with #C90227
Text Example
Text Example
White with #C90227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90227; }
p { color: rgb(201,2,39); }
H1.HeaderClassName
{
color: #C90227;
}
.AnyTagClassName
{
color: #C90227;
}
</style>
background-color css
<style>
a { background-color: #C90227; }
a { background-color: rgb(201,2,39); }
div.DivClassName
{
background-color: #C90227;
}
.BgClassName
{
background-color: #C90227;
}
</style>
border-color css
<style>
span { border-color: #C90227; }
span { border-color: rgb(201,2,39); }
td.TdClassName
{
border-color: #C90227;
}
.TagClassName
{
border-color: #C90227;
}
</style>