Shades of Venetian Red #C80A1A
Tints of Venetian Red #C80A1A
RGB
CMYK
RGB Variations
Color information
#C80A1A (or 0xC80A1A) is known color: Venetian Red. HEX triplet: C8, 0A and 1A. RGB value is (200,10,26). Sum of RGB (Red+Green+Blue) = 200+10+26=236 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.75% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80A1A is #37F5E5. Grayscale: #444444. Windows color (decimal): -3667430 or 1706696. OLE color: 1706696.
HSL color Cylindrical-coordinate representation of color #C80A1A: hue angle of 354.95º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80A1A is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 26 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.22 |
| HSL | 354.95º | 0.9% | 0.41% | - |
| HSV(B) | 354.95º | 0.95% | 0.78% | - |
| XYZ | 24.11 | 12.57 | 2.13 | - |
| YUV | 68.63 | 103.95 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 26 | 0 | 0.95 | 0.87 | 0.22 | 354.95 | 0.9 | 0.41 |
| Hex | C8 | A | 1A | 0 | 5F | 57 | 16 | 163 | 5A | 29 |
| Octal | 310 | 12 | 32 | 0 | 137 | 127 | 26 | 543 | 132 | 51 |
| Binary | 11001000 | 1010 | 11010 | 0 | 1011111 | 1010111 | 10110 | 101100011 | 1011010 | 101001 |
Color Harmonies of #C80A1A
Complementary color
Monochromatic Colors of #C80A1A
Black with #C80A1A
Text Example
Text Example
White with #C80A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80A1A; }
p { color: rgb(200,10,26); }
H1.HeaderClassName
{
color: #C80A1A;
}
.AnyTagClassName
{
color: #C80A1A;
}
</style>
background-color css
<style>
a { background-color: #C80A1A; }
a { background-color: rgb(200,10,26); }
div.DivClassName
{
background-color: #C80A1A;
}
.BgClassName
{
background-color: #C80A1A;
}
</style>
border-color css
<style>
span { border-color: #C80A1A; }
span { border-color: rgb(200,10,26); }
td.TdClassName
{
border-color: #C80A1A;
}
.TagClassName
{
border-color: #C80A1A;
}
</style>