Shades of Venetian Red #C9011E
Tints of Venetian Red #C9011E
RGB
CMYK
RGB Variations
Color information
#C9011E (or 0xC9011E) is known color: Venetian Red. HEX triplet: C9, 01 and 1E. RGB value is (201,1,30). Sum of RGB (Red+Green+Blue) = 201+1+30=232 (30% of max value = 765). Red value is 201 (78.91% from 255 or 86.64% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 201 - color contains mainly: red. Hex color #C9011E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9011E is #36FEE1. Grayscale: #404040. Windows color (decimal): -3604194 or 1966537. OLE color: 1966537.
HSL color Cylindrical-coordinate representation of color #C9011E: hue angle of 351.3º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9011E is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 30 | - |
| CMYK | 0 | 1.00 | 0.85 | 0.21 |
| HSL | 351.3º | 0.99% | 0.4% | - |
| HSV(B) | 351.3º | 1% | 0.79% | - |
| XYZ | 24.33 | 12.53 | 2.36 | - |
| YUV | 64.11 | 108.76 | 225.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 30 | 0 | 1.00 | 0.85 | 0.21 | 351.3 | 0.99 | 0.4 |
| Hex | C9 | 1 | 1E | 0 | 64 | 55 | 15 | 15F | 63 | 28 |
| Octal | 311 | 1 | 36 | 0 | 144 | 125 | 25 | 537 | 143 | 50 |
| Binary | 11001001 | 1 | 11110 | 0 | 1100100 | 1010101 | 10101 | 101011111 | 1100011 | 101000 |
Color Harmonies of #C9011E
Complementary color
Monochromatic Colors of #C9011E
Black with #C9011E
Text Example
Text Example
White with #C9011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9011E; }
p { color: rgb(201,1,30); }
H1.HeaderClassName
{
color: #C9011E;
}
.AnyTagClassName
{
color: #C9011E;
}
</style>
background-color css
<style>
a { background-color: #C9011E; }
a { background-color: rgb(201,1,30); }
div.DivClassName
{
background-color: #C9011E;
}
.BgClassName
{
background-color: #C9011E;
}
</style>
border-color css
<style>
span { border-color: #C9011E; }
span { border-color: rgb(201,1,30); }
td.TdClassName
{
border-color: #C9011E;
}
.TagClassName
{
border-color: #C9011E;
}
</style>