Shades of Venetian Red #C8090F
Tints of Venetian Red #C8090F
RGB
CMYK
RGB Variations
Color information
#C8090F (or 0xC8090F) is known color: Venetian Red. HEX triplet: C8, 09 and 0F. RGB value is (200,9,15). Sum of RGB (Red+Green+Blue) = 200+9+15=224 (29% of max value = 765). Red value is 200 (78.52% from 255 or 89.29% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 200 - color contains mainly: red. Hex color #C8090F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8090F is #37F6F0. Grayscale: #424242. Windows color (decimal): -3667697 or 985544. OLE color: 985544.
HSL color Cylindrical-coordinate representation of color #C8090F: hue angle of 358.12º 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 #C8090F is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 15 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.22 |
| HSL | 358.12º | 0.91% | 0.41% | - |
| HSV(B) | 358.12º | 0.96% | 0.78% | - |
| XYZ | 24 | 12.51 | 1.6 | - |
| YUV | 66.79 | 98.78 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 15 | 0 | 0.96 | 0.92 | 0.22 | 358.12 | 0.91 | 0.41 |
| Hex | C8 | 9 | F | 0 | 60 | 5C | 16 | 166 | 5B | 29 |
| Octal | 310 | 11 | 17 | 0 | 140 | 134 | 26 | 546 | 133 | 51 |
| Binary | 11001000 | 1001 | 1111 | 0 | 1100000 | 1011100 | 10110 | 101100110 | 1011011 | 101001 |
Color Harmonies of #C8090F
Complementary color
Monochromatic Colors of #C8090F
Black with #C8090F
Text Example
Text Example
White with #C8090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8090F; }
p { color: rgb(200,9,15); }
H1.HeaderClassName
{
color: #C8090F;
}
.AnyTagClassName
{
color: #C8090F;
}
</style>
background-color css
<style>
a { background-color: #C8090F; }
a { background-color: rgb(200,9,15); }
div.DivClassName
{
background-color: #C8090F;
}
.BgClassName
{
background-color: #C8090F;
}
</style>
border-color css
<style>
span { border-color: #C8090F; }
span { border-color: rgb(200,9,15); }
td.TdClassName
{
border-color: #C8090F;
}
.TagClassName
{
border-color: #C8090F;
}
</style>