Shades of Venetian Red #C9010E
Tints of Venetian Red #C9010E
RGB
CMYK
RGB Variations
Color information
#C9010E (or 0xC9010E) is known color: Venetian Red. HEX triplet: C9, 01 and 0E. RGB value is (201,1,14). Sum of RGB (Red+Green+Blue) = 201+1+14=216 (28% of max value = 765). Red value is 201 (78.91% from 255 or 93.06% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 201 - color contains mainly: red. Hex color #C9010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9010E is #36FEF1. Grayscale: #3E3E3E. Windows color (decimal): -3604210 or 917961. OLE color: 917961.
HSL color Cylindrical-coordinate representation of color #C9010E: hue angle of 356.1º 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 #C9010E is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 14 | - |
| CMYK | 0 | 1.00 | 0.93 | 0.21 |
| HSL | 356.1º | 0.99% | 0.4% | - |
| HSV(B) | 356.1º | 1% | 0.79% | - |
| XYZ | 24.18 | 12.47 | 1.55 | - |
| YUV | 62.28 | 100.76 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 14 | 0 | 1.00 | 0.93 | 0.21 | 356.1 | 0.99 | 0.4 |
| Hex | C9 | 1 | E | 0 | 64 | 5D | 15 | 164 | 63 | 28 |
| Octal | 311 | 1 | 16 | 0 | 144 | 135 | 25 | 544 | 143 | 50 |
| Binary | 11001001 | 1 | 1110 | 0 | 1100100 | 1011101 | 10101 | 101100100 | 1100011 | 101000 |
Color Harmonies of #C9010E
Complementary color
Monochromatic Colors of #C9010E
Black with #C9010E
Text Example
Text Example
White with #C9010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9010E; }
p { color: rgb(201,1,14); }
H1.HeaderClassName
{
color: #C9010E;
}
.AnyTagClassName
{
color: #C9010E;
}
</style>
background-color css
<style>
a { background-color: #C9010E; }
a { background-color: rgb(201,1,14); }
div.DivClassName
{
background-color: #C9010E;
}
.BgClassName
{
background-color: #C9010E;
}
</style>
border-color css
<style>
span { border-color: #C9010E; }
span { border-color: rgb(201,1,14); }
td.TdClassName
{
border-color: #C9010E;
}
.TagClassName
{
border-color: #C9010E;
}
</style>