Shades of Venetian Red #C80E1C
Tints of Venetian Red #C80E1C
RGB
CMYK
RGB Variations
Color information
#C80E1C (or 0xC80E1C) is known color: Venetian Red. HEX triplet: C8, 0E and 1C. RGB value is (200,14,28). Sum of RGB (Red+Green+Blue) = 200+14+28=242 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.64% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 200 - color contains mainly: red. Hex color #C80E1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80E1C is #37F1E3. Grayscale: #474747. Windows color (decimal): -3666404 or 1838792. OLE color: 1838792.
HSL color Cylindrical-coordinate representation of color #C80E1C: hue angle of 355.48º 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 #C80E1C is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 14 | 28 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.22 |
| HSL | 355.48º | 0.87% | 0.42% | - |
| HSV(B) | 355.48º | 0.93% | 0.78% | - |
| XYZ | 24.19 | 12.68 | 2.27 | - |
| YUV | 71.21 | 103.62 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 28 | 0 | 0.93 | 0.86 | 0.22 | 355.48 | 0.87 | 0.42 |
| Hex | C8 | E | 1C | 0 | 5D | 56 | 16 | 163 | 57 | 2A |
| Octal | 310 | 16 | 34 | 0 | 135 | 126 | 26 | 543 | 127 | 52 |
| Binary | 11001000 | 1110 | 11100 | 0 | 1011101 | 1010110 | 10110 | 101100011 | 1010111 | 101010 |
Color Harmonies of #C80E1C
Complementary color
Monochromatic Colors of #C80E1C
Black with #C80E1C
Text Example
Text Example
White with #C80E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80E1C; }
p { color: rgb(200,14,28); }
H1.HeaderClassName
{
color: #C80E1C;
}
.AnyTagClassName
{
color: #C80E1C;
}
</style>
background-color css
<style>
a { background-color: #C80E1C; }
a { background-color: rgb(200,14,28); }
div.DivClassName
{
background-color: #C80E1C;
}
.BgClassName
{
background-color: #C80E1C;
}
</style>
border-color css
<style>
span { border-color: #C80E1C; }
span { border-color: rgb(200,14,28); }
td.TdClassName
{
border-color: #C80E1C;
}
.TagClassName
{
border-color: #C80E1C;
}
</style>