Shades of Venetian Red #C0090D
Tints of Venetian Red #C0090D
RGB
CMYK
RGB Variations
Color information
#C0090D (or 0xC0090D) is known color: Venetian Red. HEX triplet: C0, 09 and 0D. RGB value is (192,9,13). Sum of RGB (Red+Green+Blue) = 192+9+13=214 (28% of max value = 765). Red value is 192 (75.39% from 255 or 89.72% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 192 - color contains mainly: red. Hex color #C0090D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0090D is #3FF6F2. Grayscale: #404040. Windows color (decimal): -4191987 or 854464. OLE color: 854464.
HSL color Cylindrical-coordinate representation of color #C0090D: hue angle of 358.69º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0090D is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 13 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.25 |
| HSL | 358.69º | 0.91% | 0.39% | - |
| HSV(B) | 358.69º | 0.95% | 0.75% | - |
| XYZ | 21.91 | 11.43 | 1.43 | - |
| YUV | 64.17 | 99.13 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 13 | 0 | 0.95 | 0.93 | 0.25 | 358.69 | 0.91 | 0.39 |
| Hex | C0 | 9 | D | 0 | 5F | 5D | 19 | 167 | 5B | 27 |
| Octal | 300 | 11 | 15 | 0 | 137 | 135 | 31 | 547 | 133 | 47 |
| Binary | 11000000 | 1001 | 1101 | 0 | 1011111 | 1011101 | 11001 | 101100111 | 1011011 | 100111 |
Color Harmonies of #C0090D
Complementary color
Monochromatic Colors of #C0090D
Black with #C0090D
Text Example
Text Example
White with #C0090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0090D; }
p { color: rgb(192,9,13); }
H1.HeaderClassName
{
color: #C0090D;
}
.AnyTagClassName
{
color: #C0090D;
}
</style>
background-color css
<style>
a { background-color: #C0090D; }
a { background-color: rgb(192,9,13); }
div.DivClassName
{
background-color: #C0090D;
}
.BgClassName
{
background-color: #C0090D;
}
</style>
border-color css
<style>
span { border-color: #C0090D; }
span { border-color: rgb(192,9,13); }
td.TdClassName
{
border-color: #C0090D;
}
.TagClassName
{
border-color: #C0090D;
}
</style>