Shades of Venetian Red #C80E1D
Tints of Venetian Red #C80E1D
RGB
CMYK
RGB Variations
Color information
#C80E1D (or 0xC80E1D) is known color: Venetian Red. HEX triplet: C8, 0E and 1D. RGB value is (200,14,29). Sum of RGB (Red+Green+Blue) = 200+14+29=243 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.30% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 200 - color contains mainly: red. Hex color #C80E1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80E1D is #37F1E2. Grayscale: #474747. Windows color (decimal): -3666403 or 1904328. OLE color: 1904328.
HSL color Cylindrical-coordinate representation of color #C80E1D: hue angle of 355.16º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80E1D is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 14 | 29 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.22 |
| HSL | 355.16º | 0.87% | 0.42% | - |
| HSV(B) | 355.16º | 0.93% | 0.78% | - |
| XYZ | 24.2 | 12.68 | 2.33 | - |
| YUV | 71.32 | 104.12 | 219.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 29 | 0 | 0.93 | 0.86 | 0.22 | 355.16 | 0.87 | 0.42 |
| Hex | C8 | E | 1D | 0 | 5D | 56 | 16 | 163 | 57 | 2A |
| Octal | 310 | 16 | 35 | 0 | 135 | 126 | 26 | 543 | 127 | 52 |
| Binary | 11001000 | 1110 | 11101 | 0 | 1011101 | 1010110 | 10110 | 101100011 | 1010111 | 101010 |
Color Harmonies of #C80E1D
Complementary color
Monochromatic Colors of #C80E1D
Black with #C80E1D
Text Example
Text Example
White with #C80E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80E1D; }
p { color: rgb(200,14,29); }
H1.HeaderClassName
{
color: #C80E1D;
}
.AnyTagClassName
{
color: #C80E1D;
}
</style>
background-color css
<style>
a { background-color: #C80E1D; }
a { background-color: rgb(200,14,29); }
div.DivClassName
{
background-color: #C80E1D;
}
.BgClassName
{
background-color: #C80E1D;
}
</style>
border-color css
<style>
span { border-color: #C80E1D; }
span { border-color: rgb(200,14,29); }
td.TdClassName
{
border-color: #C80E1D;
}
.TagClassName
{
border-color: #C80E1D;
}
</style>