Shades of Venetian Red #C80B1C
Tints of Venetian Red #C80B1C
RGB
CMYK
RGB Variations
Color information
#C80B1C (or 0xC80B1C) is known color: Venetian Red. HEX triplet: C8, 0B and 1C. RGB value is (200,11,28). Sum of RGB (Red+Green+Blue) = 200+11+28=239 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.68% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80B1C is #37F4E3. Grayscale: #454545. Windows color (decimal): -3667172 or 1838024. OLE color: 1838024.
HSL color Cylindrical-coordinate representation of color #C80B1C: hue angle of 354.6º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80B1C is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 11 | 28 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.22 |
| HSL | 354.6º | 0.9% | 0.41% | - |
| HSV(B) | 354.6º | 0.95% | 0.78% | - |
| XYZ | 24.15 | 12.6 | 2.26 | - |
| YUV | 69.45 | 104.62 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 28 | 0 | 0.94 | 0.86 | 0.22 | 354.6 | 0.9 | 0.41 |
| Hex | C8 | B | 1C | 0 | 5E | 56 | 16 | 163 | 5A | 29 |
| Octal | 310 | 13 | 34 | 0 | 136 | 126 | 26 | 543 | 132 | 51 |
| Binary | 11001000 | 1011 | 11100 | 0 | 1011110 | 1010110 | 10110 | 101100011 | 1011010 | 101001 |
Color Harmonies of #C80B1C
Complementary color
Monochromatic Colors of #C80B1C
Black with #C80B1C
Text Example
Text Example
White with #C80B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80B1C; }
p { color: rgb(200,11,28); }
H1.HeaderClassName
{
color: #C80B1C;
}
.AnyTagClassName
{
color: #C80B1C;
}
</style>
background-color css
<style>
a { background-color: #C80B1C; }
a { background-color: rgb(200,11,28); }
div.DivClassName
{
background-color: #C80B1C;
}
.BgClassName
{
background-color: #C80B1C;
}
</style>
border-color css
<style>
span { border-color: #C80B1C; }
span { border-color: rgb(200,11,28); }
td.TdClassName
{
border-color: #C80B1C;
}
.TagClassName
{
border-color: #C80B1C;
}
</style>