Shades of Venetian Red #C9011C
Tints of Venetian Red #C9011C
RGB
CMYK
RGB Variations
Color information
#C9011C (or 0xC9011C) is known color: Venetian Red. HEX triplet: C9, 01 and 1C. RGB value is (201,1,28). Sum of RGB (Red+Green+Blue) = 201+1+28=230 (30% of max value = 765). Red value is 201 (78.91% from 255 or 87.39% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 201 - color contains mainly: red. Hex color #C9011C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9011C is #36FEE3. Grayscale: #3F3F3F. Windows color (decimal): -3604196 or 1835465. OLE color: 1835465.
HSL color Cylindrical-coordinate representation of color #C9011C: hue angle of 351.9º 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 #C9011C is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 28 | - |
| CMYK | 0 | 1.00 | 0.86 | 0.21 |
| HSL | 351.9º | 0.99% | 0.4% | - |
| HSV(B) | 351.9º | 1% | 0.79% | - |
| XYZ | 24.31 | 12.52 | 2.23 | - |
| YUV | 63.88 | 107.76 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 28 | 0 | 1.00 | 0.86 | 0.21 | 351.9 | 0.99 | 0.4 |
| Hex | C9 | 1 | 1C | 0 | 64 | 56 | 15 | 160 | 63 | 28 |
| Octal | 311 | 1 | 34 | 0 | 144 | 126 | 25 | 540 | 143 | 50 |
| Binary | 11001001 | 1 | 11100 | 0 | 1100100 | 1010110 | 10101 | 101100000 | 1100011 | 101000 |
Color Harmonies of #C9011C
Complementary color
Monochromatic Colors of #C9011C
Black with #C9011C
Text Example
Text Example
White with #C9011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9011C; }
p { color: rgb(201,1,28); }
H1.HeaderClassName
{
color: #C9011C;
}
.AnyTagClassName
{
color: #C9011C;
}
</style>
background-color css
<style>
a { background-color: #C9011C; }
a { background-color: rgb(201,1,28); }
div.DivClassName
{
background-color: #C9011C;
}
.BgClassName
{
background-color: #C9011C;
}
</style>
border-color css
<style>
span { border-color: #C9011C; }
span { border-color: rgb(201,1,28); }
td.TdClassName
{
border-color: #C9011C;
}
.TagClassName
{
border-color: #C9011C;
}
</style>