Shades of Venetian Red #C90209
Tints of Venetian Red #C90209
RGB
CMYK
RGB Variations
Color information
#C90209 (or 0xC90209) is known color: Venetian Red. HEX triplet: C9, 02 and 09. RGB value is (201,2,9). Sum of RGB (Red+Green+Blue) = 201+2+9=212 (28% of max value = 765). Red value is 201 (78.91% from 255 or 94.81% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 201 - color contains mainly: red. Hex color #C90209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90209 is #36FDF6. Grayscale: #3E3E3E. Windows color (decimal): -3603959 or 590537. OLE color: 590537.
HSL color Cylindrical-coordinate representation of color #C90209: hue angle of 357.89º 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 #C90209 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 2 | 9 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.21 |
| HSL | 357.89º | 0.98% | 0.4% | - |
| HSV(B) | 357.89º | 0.99% | 0.79% | - |
| XYZ | 24.16 | 12.48 | 1.39 | - |
| YUV | 62.3 | 97.93 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 9 | 0 | 0.99 | 0.96 | 0.21 | 357.89 | 0.98 | 0.4 |
| Hex | C9 | 2 | 9 | 0 | 63 | 60 | 15 | 166 | 62 | 28 |
| Octal | 311 | 2 | 11 | 0 | 143 | 140 | 25 | 546 | 142 | 50 |
| Binary | 11001001 | 10 | 1001 | 0 | 1100011 | 1100000 | 10101 | 101100110 | 1100010 | 101000 |
Color Harmonies of #C90209
Complementary color
Monochromatic Colors of #C90209
Black with #C90209
Text Example
Text Example
White with #C90209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90209; }
p { color: rgb(201,2,9); }
H1.HeaderClassName
{
color: #C90209;
}
.AnyTagClassName
{
color: #C90209;
}
</style>
background-color css
<style>
a { background-color: #C90209; }
a { background-color: rgb(201,2,9); }
div.DivClassName
{
background-color: #C90209;
}
.BgClassName
{
background-color: #C90209;
}
</style>
border-color css
<style>
span { border-color: #C90209; }
span { border-color: rgb(201,2,9); }
td.TdClassName
{
border-color: #C90209;
}
.TagClassName
{
border-color: #C90209;
}
</style>