Shades of Venetian Red #C8050D
Tints of Venetian Red #C8050D
RGB
CMYK
RGB Variations
Color information
#C8050D (or 0xC8050D) is known color: Venetian Red. HEX triplet: C8, 05 and 0D. RGB value is (200,5,13). Sum of RGB (Red+Green+Blue) = 200+5+13=218 (28% of max value = 765). Red value is 200 (78.52% from 255 or 91.74% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 200 - color contains mainly: red. Hex color #C8050D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8050D is #37FAF2. Grayscale: #404040. Windows color (decimal): -3668723 or 853448. OLE color: 853448.
HSL color Cylindrical-coordinate representation of color #C8050D: hue angle of 357.54º 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 #C8050D is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 13 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.22 |
| HSL | 357.54º | 0.95% | 0.4% | - |
| HSV(B) | 357.54º | 0.98% | 0.78% | - |
| XYZ | 23.95 | 12.42 | 1.52 | - |
| YUV | 64.22 | 99.1 | 224.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 13 | 0 | 0.98 | 0.94 | 0.22 | 357.54 | 0.95 | 0.4 |
| Hex | C8 | 5 | D | 0 | 62 | 5E | 16 | 166 | 5F | 28 |
| Octal | 310 | 5 | 15 | 0 | 142 | 136 | 26 | 546 | 137 | 50 |
| Binary | 11001000 | 101 | 1101 | 0 | 1100010 | 1011110 | 10110 | 101100110 | 1011111 | 101000 |
Color Harmonies of #C8050D
Complementary color
Monochromatic Colors of #C8050D
Black with #C8050D
Text Example
Text Example
White with #C8050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8050D; }
p { color: rgb(200,5,13); }
H1.HeaderClassName
{
color: #C8050D;
}
.AnyTagClassName
{
color: #C8050D;
}
</style>
background-color css
<style>
a { background-color: #C8050D; }
a { background-color: rgb(200,5,13); }
div.DivClassName
{
background-color: #C8050D;
}
.BgClassName
{
background-color: #C8050D;
}
</style>
border-color css
<style>
span { border-color: #C8050D; }
span { border-color: rgb(200,5,13); }
td.TdClassName
{
border-color: #C8050D;
}
.TagClassName
{
border-color: #C8050D;
}
</style>