Shades of Venetian Red #C9000E
Tints of Venetian Red #C9000E
RGB
CMYK
RGB Variations
Color information
#C9000E (or 0xC9000E) is known color: Venetian Red. HEX triplet: C9, 00 and 0E. RGB value is (201,0,14). Sum of RGB (Red+Green+Blue) = 201+0+14=215 (28% of max value = 765). Red value is 201 (78.91% from 255 or 93.49% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 201 - color contains mainly: red. Hex color #C9000E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9000E is #36FFF1. Grayscale: #3D3D3D. Windows color (decimal): -3604466 or 917705. OLE color: 917705.
HSL color Cylindrical-coordinate representation of color #C9000E: hue angle of 355.82º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9000E is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.93 | 0.21 |
| HSL | 355.82º | 1% | 0.39% | - |
| HSV(B) | 355.82º | 1% | 0.79% | - |
| XYZ | 24.17 | 12.45 | 1.54 | - |
| YUV | 61.7 | 101.09 | 227.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 14 | 0 | 1 | 0.93 | 0.21 | 355.82 | 1 | 0.39 |
| Hex | C9 | 0 | E | 0 | 64 | 5D | 15 | 164 | 64 | 27 |
| Octal | 311 | 0 | 16 | 0 | 144 | 135 | 25 | 544 | 144 | 47 |
| Binary | 11001001 | 0 | 1110 | 0 | 1100100 | 1011101 | 10101 | 101100100 | 1100100 | 100111 |
Color Harmonies of #C9000E
Complementary color
Monochromatic Colors of #C9000E
Black with #C9000E
Text Example
Text Example
White with #C9000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9000E; }
p { color: rgb(201,0,14); }
H1.HeaderClassName
{
color: #C9000E;
}
.AnyTagClassName
{
color: #C9000E;
}
</style>
background-color css
<style>
a { background-color: #C9000E; }
a { background-color: rgb(201,0,14); }
div.DivClassName
{
background-color: #C9000E;
}
.BgClassName
{
background-color: #C9000E;
}
</style>
border-color css
<style>
span { border-color: #C9000E; }
span { border-color: rgb(201,0,14); }
td.TdClassName
{
border-color: #C9000E;
}
.TagClassName
{
border-color: #C9000E;
}
</style>