Shades of Venetian Red #C80A19
Tints of Venetian Red #C80A19
RGB
CMYK
RGB Variations
Color information
#C80A19 (or 0xC80A19) is known color: Venetian Red. HEX triplet: C8, 0A and 19. RGB value is (200,10,25). Sum of RGB (Red+Green+Blue) = 200+10+25=235 (31% of max value = 765). Red value is 200 (78.52% from 255 or 85.11% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80A19 is #37F5E6. Grayscale: #444444. Windows color (decimal): -3667431 or 1641160. OLE color: 1641160.
HSL color Cylindrical-coordinate representation of color #C80A19: hue angle of 355.26º 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 #C80A19 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 25 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.22 |
| HSL | 355.26º | 0.9% | 0.41% | - |
| HSV(B) | 355.26º | 0.95% | 0.78% | - |
| XYZ | 24.1 | 12.57 | 2.07 | - |
| YUV | 68.52 | 103.45 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 25 | 0 | 0.95 | 0.88 | 0.22 | 355.26 | 0.9 | 0.41 |
| Hex | C8 | A | 19 | 0 | 5F | 58 | 16 | 163 | 5A | 29 |
| Octal | 310 | 12 | 31 | 0 | 137 | 130 | 26 | 543 | 132 | 51 |
| Binary | 11001000 | 1010 | 11001 | 0 | 1011111 | 1011000 | 10110 | 101100011 | 1011010 | 101001 |
Color Harmonies of #C80A19
Complementary color
Monochromatic Colors of #C80A19
Black with #C80A19
Text Example
Text Example
White with #C80A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80A19; }
p { color: rgb(200,10,25); }
H1.HeaderClassName
{
color: #C80A19;
}
.AnyTagClassName
{
color: #C80A19;
}
</style>
background-color css
<style>
a { background-color: #C80A19; }
a { background-color: rgb(200,10,25); }
div.DivClassName
{
background-color: #C80A19;
}
.BgClassName
{
background-color: #C80A19;
}
</style>
border-color css
<style>
span { border-color: #C80A19; }
span { border-color: rgb(200,10,25); }
td.TdClassName
{
border-color: #C80A19;
}
.TagClassName
{
border-color: #C80A19;
}
</style>