Shades of Venetian Red #C9012E
Tints of Venetian Red #C9012E
RGB
CMYK
RGB Variations
Color information
#C9012E (or 0xC9012E) is known color: Venetian Red. HEX triplet: C9, 01 and 2E. RGB value is (201,1,46). Sum of RGB (Red+Green+Blue) = 201+1+46=248 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.05% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 201 - color contains mainly: red. Hex color #C9012E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9012E is #36FED1. Grayscale: #414141. Windows color (decimal): -3604178 or 3015113. OLE color: 3015113.
HSL color Cylindrical-coordinate representation of color #C9012E: hue angle of 346.5º 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 #C9012E is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 46 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.21 |
| HSL | 346.5º | 0.99% | 0.4% | - |
| HSV(B) | 346.5º | 1% | 0.79% | - |
| XYZ | 24.59 | 12.64 | 3.73 | - |
| YUV | 65.93 | 116.76 | 224.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 46 | 0 | 1.00 | 0.77 | 0.21 | 346.5 | 0.99 | 0.4 |
| Hex | C9 | 1 | 2E | 0 | 64 | 4D | 15 | 15A | 63 | 28 |
| Octal | 311 | 1 | 56 | 0 | 144 | 115 | 25 | 532 | 143 | 50 |
| Binary | 11001001 | 1 | 101110 | 0 | 1100100 | 1001101 | 10101 | 101011010 | 1100011 | 101000 |
Color Harmonies of #C9012E
Complementary color
Monochromatic Colors of #C9012E
Black with #C9012E
Text Example
Text Example
White with #C9012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9012E; }
p { color: rgb(201,1,46); }
H1.HeaderClassName
{
color: #C9012E;
}
.AnyTagClassName
{
color: #C9012E;
}
</style>
background-color css
<style>
a { background-color: #C9012E; }
a { background-color: rgb(201,1,46); }
div.DivClassName
{
background-color: #C9012E;
}
.BgClassName
{
background-color: #C9012E;
}
</style>
border-color css
<style>
span { border-color: #C9012E; }
span { border-color: rgb(201,1,46); }
td.TdClassName
{
border-color: #C9012E;
}
.TagClassName
{
border-color: #C9012E;
}
</style>