Shades of Venetian Red #C90009
Tints of Venetian Red #C90009
RGB
CMYK
RGB Variations
Color information
#C90009 (or 0xC90009) is known color: Venetian Red. HEX triplet: C9, 00 and 09. RGB value is (201,0,9). Sum of RGB (Red+Green+Blue) = 201+0+9=210 (27% of max value = 765). Red value is 201 (78.91% from 255 or 95.71% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 9 (3.91% from 255 or 4.29% from 210); Max value from RGB is 201 - color contains mainly: red. Hex color #C90009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90009 is #36FFF6. Grayscale: #3D3D3D. Windows color (decimal): -3604471 or 590025. OLE color: 590025.
HSL color Cylindrical-coordinate representation of color #C90009: hue angle of 357.31º 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 #C90009 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.96 | 0.21 |
| HSL | 357.31º | 1% | 0.39% | - |
| HSV(B) | 357.31º | 1% | 0.79% | - |
| XYZ | 24.14 | 12.44 | 1.39 | - |
| YUV | 61.13 | 98.59 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 9 | 0 | 1 | 0.96 | 0.21 | 357.31 | 1 | 0.39 |
| Hex | C9 | 0 | 9 | 0 | 64 | 60 | 15 | 165 | 64 | 27 |
| Octal | 311 | 0 | 11 | 0 | 144 | 140 | 25 | 545 | 144 | 47 |
| Binary | 11001001 | 0 | 1001 | 0 | 1100100 | 1100000 | 10101 | 101100101 | 1100100 | 100111 |
Color Harmonies of #C90009
Complementary color
Monochromatic Colors of #C90009
Black with #C90009
Text Example
Text Example
White with #C90009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90009; }
p { color: rgb(201,0,9); }
H1.HeaderClassName
{
color: #C90009;
}
.AnyTagClassName
{
color: #C90009;
}
</style>
background-color css
<style>
a { background-color: #C90009; }
a { background-color: rgb(201,0,9); }
div.DivClassName
{
background-color: #C90009;
}
.BgClassName
{
background-color: #C90009;
}
</style>
border-color css
<style>
span { border-color: #C90009; }
span { border-color: rgb(201,0,9); }
td.TdClassName
{
border-color: #C90009;
}
.TagClassName
{
border-color: #C90009;
}
</style>