Shades of Venetian Red #C8090A
Tints of Venetian Red #C8090A
RGB
CMYK
RGB Variations
Color information
#C8090A (or 0xC8090A) is known color: Venetian Red. HEX triplet: C8, 09 and 0A. RGB value is (200,9,10). Sum of RGB (Red+Green+Blue) = 200+9+10=219 (29% of max value = 765). Red value is 200 (78.52% from 255 or 91.32% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 200 - color contains mainly: red. Hex color #C8090A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8090A is #37F6F5. Grayscale: #424242. Windows color (decimal): -3667702 or 657864. OLE color: 657864.
HSL color Cylindrical-coordinate representation of color #C8090A: hue angle of 359.69º 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 #C8090A is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 10 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.22 |
| HSL | 359.69º | 0.91% | 0.41% | - |
| HSV(B) | 359.69º | 0.96% | 0.78% | - |
| XYZ | 23.97 | 12.5 | 1.44 | - |
| YUV | 66.22 | 96.28 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 10 | 0 | 0.96 | 0.95 | 0.22 | 359.69 | 0.91 | 0.41 |
| Hex | C8 | 9 | A | 0 | 60 | 5F | 16 | 168 | 5B | 29 |
| Octal | 310 | 11 | 12 | 0 | 140 | 137 | 26 | 550 | 133 | 51 |
| Binary | 11001000 | 1001 | 1010 | 0 | 1100000 | 1011111 | 10110 | 101101000 | 1011011 | 101001 |
Color Harmonies of #C8090A
Complementary color
Monochromatic Colors of #C8090A
Black with #C8090A
Text Example
Text Example
White with #C8090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8090A; }
p { color: rgb(200,9,10); }
H1.HeaderClassName
{
color: #C8090A;
}
.AnyTagClassName
{
color: #C8090A;
}
</style>
background-color css
<style>
a { background-color: #C8090A; }
a { background-color: rgb(200,9,10); }
div.DivClassName
{
background-color: #C8090A;
}
.BgClassName
{
background-color: #C8090A;
}
</style>
border-color css
<style>
span { border-color: #C8090A; }
span { border-color: rgb(200,9,10); }
td.TdClassName
{
border-color: #C8090A;
}
.TagClassName
{
border-color: #C8090A;
}
</style>