Shades of Venetian Red #C8090D
Tints of Venetian Red #C8090D
RGB
CMYK
RGB Variations
Color information
#C8090D (or 0xC8090D) is known color: Venetian Red. HEX triplet: C8, 09 and 0D. RGB value is (200,9,13). Sum of RGB (Red+Green+Blue) = 200+9+13=222 (29% of max value = 765). Red value is 200 (78.52% from 255 or 90.09% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 200 - color contains mainly: red. Hex color #C8090D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8090D is #37F6F2. Grayscale: #424242. Windows color (decimal): -3667699 or 854472. OLE color: 854472.
HSL color Cylindrical-coordinate representation of color #C8090D: hue angle of 358.74º 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 #C8090D is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 13 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.22 |
| HSL | 358.74º | 0.91% | 0.41% | - |
| HSV(B) | 358.74º | 0.96% | 0.78% | - |
| XYZ | 23.99 | 12.5 | 1.53 | - |
| YUV | 66.57 | 97.78 | 223.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 13 | 0 | 0.96 | 0.94 | 0.22 | 358.74 | 0.91 | 0.41 |
| Hex | C8 | 9 | D | 0 | 60 | 5E | 16 | 167 | 5B | 29 |
| Octal | 310 | 11 | 15 | 0 | 140 | 136 | 26 | 547 | 133 | 51 |
| Binary | 11001000 | 1001 | 1101 | 0 | 1100000 | 1011110 | 10110 | 101100111 | 1011011 | 101001 |
Color Harmonies of #C8090D
Complementary color
Monochromatic Colors of #C8090D
Black with #C8090D
Text Example
Text Example
White with #C8090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8090D; }
p { color: rgb(200,9,13); }
H1.HeaderClassName
{
color: #C8090D;
}
.AnyTagClassName
{
color: #C8090D;
}
</style>
background-color css
<style>
a { background-color: #C8090D; }
a { background-color: rgb(200,9,13); }
div.DivClassName
{
background-color: #C8090D;
}
.BgClassName
{
background-color: #C8090D;
}
</style>
border-color css
<style>
span { border-color: #C8090D; }
span { border-color: rgb(200,9,13); }
td.TdClassName
{
border-color: #C8090D;
}
.TagClassName
{
border-color: #C8090D;
}
</style>