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