Shades of Venetian Red #C8050C
Tints of Venetian Red #C8050C
RGB
CMYK
RGB Variations
Color information
#C8050C (or 0xC8050C) is known color: Venetian Red. HEX triplet: C8, 05 and 0C. RGB value is (200,5,12). Sum of RGB (Red+Green+Blue) = 200+5+12=217 (28% of max value = 765). Red value is 200 (78.52% from 255 or 92.17% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 200 - color contains mainly: red. Hex color #C8050C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8050C is #37FAF3. Grayscale: #404040. Windows color (decimal): -3668724 or 787912. OLE color: 787912.
HSL color Cylindrical-coordinate representation of color #C8050C: hue angle of 357.85º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8050C is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 12 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.22 |
| HSL | 357.85º | 0.95% | 0.4% | - |
| HSV(B) | 357.85º | 0.98% | 0.78% | - |
| XYZ | 23.94 | 12.41 | 1.48 | - |
| YUV | 64.1 | 98.6 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 12 | 0 | 0.98 | 0.94 | 0.22 | 357.85 | 0.95 | 0.4 |
| Hex | C8 | 5 | C | 0 | 62 | 5E | 16 | 166 | 5F | 28 |
| Octal | 310 | 5 | 14 | 0 | 142 | 136 | 26 | 546 | 137 | 50 |
| Binary | 11001000 | 101 | 1100 | 0 | 1100010 | 1011110 | 10110 | 101100110 | 1011111 | 101000 |
Color Harmonies of #C8050C
Complementary color
Monochromatic Colors of #C8050C
Black with #C8050C
Text Example
Text Example
White with #C8050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8050C; }
p { color: rgb(200,5,12); }
H1.HeaderClassName
{
color: #C8050C;
}
.AnyTagClassName
{
color: #C8050C;
}
</style>
background-color css
<style>
a { background-color: #C8050C; }
a { background-color: rgb(200,5,12); }
div.DivClassName
{
background-color: #C8050C;
}
.BgClassName
{
background-color: #C8050C;
}
</style>
border-color css
<style>
span { border-color: #C8050C; }
span { border-color: rgb(200,5,12); }
td.TdClassName
{
border-color: #C8050C;
}
.TagClassName
{
border-color: #C8050C;
}
</style>