Shades of Venetian Red #C8090E
Tints of Venetian Red #C8090E
RGB
CMYK
RGB Variations
Color information
#C8090E (or 0xC8090E) is known color: Venetian Red. HEX triplet: C8, 09 and 0E. RGB value is (200,9,14). Sum of RGB (Red+Green+Blue) = 200+9+14=223 (29% of max value = 765). Red value is 200 (78.52% from 255 or 89.69% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 200 - color contains mainly: red. Hex color #C8090E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8090E is #37F6F1. Grayscale: #424242. Windows color (decimal): -3667698 or 920008. OLE color: 920008.
HSL color Cylindrical-coordinate representation of color #C8090E: hue angle of 358.43º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8090E is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 14 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.22 |
| HSL | 358.43º | 0.91% | 0.41% | - |
| HSV(B) | 358.43º | 0.96% | 0.78% | - |
| XYZ | 24 | 12.51 | 1.56 | - |
| YUV | 66.68 | 98.28 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 14 | 0 | 0.96 | 0.93 | 0.22 | 358.43 | 0.91 | 0.41 |
| Hex | C8 | 9 | E | 0 | 60 | 5D | 16 | 166 | 5B | 29 |
| Octal | 310 | 11 | 16 | 0 | 140 | 135 | 26 | 546 | 133 | 51 |
| Binary | 11001000 | 1001 | 1110 | 0 | 1100000 | 1011101 | 10110 | 101100110 | 1011011 | 101001 |
Color Harmonies of #C8090E
Complementary color
Monochromatic Colors of #C8090E
Black with #C8090E
Text Example
Text Example
White with #C8090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8090E; }
p { color: rgb(200,9,14); }
H1.HeaderClassName
{
color: #C8090E;
}
.AnyTagClassName
{
color: #C8090E;
}
</style>
background-color css
<style>
a { background-color: #C8090E; }
a { background-color: rgb(200,9,14); }
div.DivClassName
{
background-color: #C8090E;
}
.BgClassName
{
background-color: #C8090E;
}
</style>
border-color css
<style>
span { border-color: #C8090E; }
span { border-color: rgb(200,9,14); }
td.TdClassName
{
border-color: #C8090E;
}
.TagClassName
{
border-color: #C8090E;
}
</style>