Shades of Venetian Red #C80A0D
Tints of Venetian Red #C80A0D
RGB
CMYK
RGB Variations
Color information
#C80A0D (or 0xC80A0D) is known color: Venetian Red. HEX triplet: C8, 0A and 0D. RGB value is (200,10,13). Sum of RGB (Red+Green+Blue) = 200+10+13=223 (29% of max value = 765). Red value is 200 (78.52% from 255 or 89.69% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80A0D is #37F5F2. Grayscale: #434343. Windows color (decimal): -3667443 or 854728. OLE color: 854728.
HSL color Cylindrical-coordinate representation of color #C80A0D: hue angle of 359.05º 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 #C80A0D is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 13 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.22 |
| HSL | 359.05º | 0.9% | 0.41% | - |
| HSV(B) | 359.05º | 0.95% | 0.78% | - |
| XYZ | 24 | 12.53 | 1.53 | - |
| YUV | 67.15 | 97.45 | 222.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 13 | 0 | 0.95 | 0.94 | 0.22 | 359.05 | 0.9 | 0.41 |
| Hex | C8 | A | D | 0 | 5F | 5E | 16 | 167 | 5A | 29 |
| Octal | 310 | 12 | 15 | 0 | 137 | 136 | 26 | 547 | 132 | 51 |
| Binary | 11001000 | 1010 | 1101 | 0 | 1011111 | 1011110 | 10110 | 101100111 | 1011010 | 101001 |
Color Harmonies of #C80A0D
Complementary color
Monochromatic Colors of #C80A0D
Black with #C80A0D
Text Example
Text Example
White with #C80A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80A0D; }
p { color: rgb(200,10,13); }
H1.HeaderClassName
{
color: #C80A0D;
}
.AnyTagClassName
{
color: #C80A0D;
}
</style>
background-color css
<style>
a { background-color: #C80A0D; }
a { background-color: rgb(200,10,13); }
div.DivClassName
{
background-color: #C80A0D;
}
.BgClassName
{
background-color: #C80A0D;
}
</style>
border-color css
<style>
span { border-color: #C80A0D; }
span { border-color: rgb(200,10,13); }
td.TdClassName
{
border-color: #C80A0D;
}
.TagClassName
{
border-color: #C80A0D;
}
</style>