Shades of Venetian Red #C90A11
Tints of Venetian Red #C90A11
RGB
CMYK
RGB Variations
Color information
#C90A11 (or 0xC90A11) is known color: Venetian Red. HEX triplet: C9, 0A and 11. RGB value is (201,10,17). Sum of RGB (Red+Green+Blue) = 201+10+17=228 (30% of max value = 765). Red value is 201 (78.91% from 255 or 88.16% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 201 - color contains mainly: red. Hex color #C90A11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90A11 is #36F5EE. Grayscale: #444444. Windows color (decimal): -3601903 or 1116873. OLE color: 1116873.
HSL color Cylindrical-coordinate representation of color #C90A11: hue angle of 357.8º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90A11 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 10 | 17 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.21 |
| HSL | 357.8º | 0.91% | 0.41% | - |
| HSV(B) | 357.8º | 0.95% | 0.79% | - |
| XYZ | 24.3 | 12.68 | 1.7 | - |
| YUV | 67.91 | 99.28 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 10 | 17 | 0 | 0.95 | 0.92 | 0.21 | 357.8 | 0.91 | 0.41 |
| Hex | C9 | A | 11 | 0 | 5F | 5C | 15 | 166 | 5B | 29 |
| Octal | 311 | 12 | 21 | 0 | 137 | 134 | 25 | 546 | 133 | 51 |
| Binary | 11001001 | 1010 | 10001 | 0 | 1011111 | 1011100 | 10101 | 101100110 | 1011011 | 101001 |
Color Harmonies of #C90A11
Complementary color
Monochromatic Colors of #C90A11
Black with #C90A11
Text Example
Text Example
White with #C90A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90A11; }
p { color: rgb(201,10,17); }
H1.HeaderClassName
{
color: #C90A11;
}
.AnyTagClassName
{
color: #C90A11;
}
</style>
background-color css
<style>
a { background-color: #C90A11; }
a { background-color: rgb(201,10,17); }
div.DivClassName
{
background-color: #C90A11;
}
.BgClassName
{
background-color: #C90A11;
}
</style>
border-color css
<style>
span { border-color: #C90A11; }
span { border-color: rgb(201,10,17); }
td.TdClassName
{
border-color: #C90A11;
}
.TagClassName
{
border-color: #C90A11;
}
</style>