Shades of Venetian Red #C90511
Tints of Venetian Red #C90511
RGB
CMYK
RGB Variations
Color information
#C90511 (or 0xC90511) is known color: Venetian Red. HEX triplet: C9, 05 and 11. RGB value is (201,5,17). Sum of RGB (Red+Green+Blue) = 201+5+17=223 (29% of max value = 765). Red value is 201 (78.91% from 255 or 90.13% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 201 - color contains mainly: red. Hex color #C90511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90511 is #36FAEE. Grayscale: #414141. Windows color (decimal): -3603183 or 1115593. OLE color: 1115593.
HSL color Cylindrical-coordinate representation of color #C90511: hue angle of 356.33º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C90511 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 17 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.21 |
| HSL | 356.33º | 0.95% | 0.4% | - |
| HSV(B) | 356.33º | 0.98% | 0.79% | - |
| XYZ | 24.24 | 12.57 | 1.68 | - |
| YUV | 64.97 | 100.93 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 17 | 0 | 0.98 | 0.92 | 0.21 | 356.33 | 0.95 | 0.4 |
| Hex | C9 | 5 | 11 | 0 | 62 | 5C | 15 | 164 | 5F | 28 |
| Octal | 311 | 5 | 21 | 0 | 142 | 134 | 25 | 544 | 137 | 50 |
| Binary | 11001001 | 101 | 10001 | 0 | 1100010 | 1011100 | 10101 | 101100100 | 1011111 | 101000 |
Color Harmonies of #C90511
Complementary color
Monochromatic Colors of #C90511
Black with #C90511
Text Example
Text Example
White with #C90511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90511; }
p { color: rgb(201,5,17); }
H1.HeaderClassName
{
color: #C90511;
}
.AnyTagClassName
{
color: #C90511;
}
</style>
background-color css
<style>
a { background-color: #C90511; }
a { background-color: rgb(201,5,17); }
div.DivClassName
{
background-color: #C90511;
}
.BgClassName
{
background-color: #C90511;
}
</style>
border-color css
<style>
span { border-color: #C90511; }
span { border-color: rgb(201,5,17); }
td.TdClassName
{
border-color: #C90511;
}
.TagClassName
{
border-color: #C90511;
}
</style>