Shades of Venetian Red #C9080E
Tints of Venetian Red #C9080E
RGB
CMYK
RGB Variations
Color information
#C9080E (or 0xC9080E) is known color: Venetian Red. HEX triplet: C9, 08 and 0E. RGB value is (201,8,14). Sum of RGB (Red+Green+Blue) = 201+8+14=223 (29% of max value = 765). Red value is 201 (78.91% from 255 or 90.13% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 201 - color contains mainly: red. Hex color #C9080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9080E is #36F7F1. Grayscale: #424242. Windows color (decimal): -3602418 or 919753. OLE color: 919753.
HSL color Cylindrical-coordinate representation of color #C9080E: hue angle of 358.13º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9080E is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 14 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.21 |
| HSL | 358.13º | 0.92% | 0.41% | - |
| HSV(B) | 358.13º | 0.96% | 0.79% | - |
| XYZ | 24.25 | 12.62 | 1.57 | - |
| YUV | 66.39 | 98.44 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 14 | 0 | 0.96 | 0.93 | 0.21 | 358.13 | 0.92 | 0.41 |
| Hex | C9 | 8 | E | 0 | 60 | 5D | 15 | 166 | 5C | 29 |
| Octal | 311 | 10 | 16 | 0 | 140 | 135 | 25 | 546 | 134 | 51 |
| Binary | 11001001 | 1000 | 1110 | 0 | 1100000 | 1011101 | 10101 | 101100110 | 1011100 | 101001 |
Color Harmonies of #C9080E
Complementary color
Monochromatic Colors of #C9080E
Black with #C9080E
Text Example
Text Example
White with #C9080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9080E; }
p { color: rgb(201,8,14); }
H1.HeaderClassName
{
color: #C9080E;
}
.AnyTagClassName
{
color: #C9080E;
}
</style>
background-color css
<style>
a { background-color: #C9080E; }
a { background-color: rgb(201,8,14); }
div.DivClassName
{
background-color: #C9080E;
}
.BgClassName
{
background-color: #C9080E;
}
</style>
border-color css
<style>
span { border-color: #C9080E; }
span { border-color: rgb(201,8,14); }
td.TdClassName
{
border-color: #C9080E;
}
.TagClassName
{
border-color: #C9080E;
}
</style>