Shades of Venetian Red #C8010A
Tints of Venetian Red #C8010A
RGB
CMYK
RGB Variations
Color information
#C8010A (or 0xC8010A) is known color: Venetian Red. HEX triplet: C8, 01 and 0A. RGB value is (200,1,10). Sum of RGB (Red+Green+Blue) = 200+1+10=211 (27% of max value = 765). Red value is 200 (78.52% from 255 or 94.79% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 200 - color contains mainly: red. Hex color #C8010A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8010A is #37FEF5. Grayscale: #3D3D3D. Windows color (decimal): -3669750 or 655816. OLE color: 655816.
HSL color Cylindrical-coordinate representation of color #C8010A: hue angle of 357.29º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8010A is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 10 | - |
| CMYK | 0 | 1.00 | 0.95 | 0.22 |
| HSL | 357.29º | 0.99% | 0.39% | - |
| HSV(B) | 357.29º | 1% | 0.78% | - |
| XYZ | 23.89 | 12.32 | 1.41 | - |
| YUV | 61.53 | 98.93 | 226.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 10 | 0 | 1.00 | 0.95 | 0.22 | 357.29 | 0.99 | 0.39 |
| Hex | C8 | 1 | A | 0 | 64 | 5F | 16 | 165 | 63 | 27 |
| Octal | 310 | 1 | 12 | 0 | 144 | 137 | 26 | 545 | 143 | 47 |
| Binary | 11001000 | 1 | 1010 | 0 | 1100100 | 1011111 | 10110 | 101100101 | 1100011 | 100111 |
Color Harmonies of #C8010A
Complementary color
Monochromatic Colors of #C8010A
Black with #C8010A
Text Example
Text Example
White with #C8010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8010A; }
p { color: rgb(200,1,10); }
H1.HeaderClassName
{
color: #C8010A;
}
.AnyTagClassName
{
color: #C8010A;
}
</style>
background-color css
<style>
a { background-color: #C8010A; }
a { background-color: rgb(200,1,10); }
div.DivClassName
{
background-color: #C8010A;
}
.BgClassName
{
background-color: #C8010A;
}
</style>
border-color css
<style>
span { border-color: #C8010A; }
span { border-color: rgb(200,1,10); }
td.TdClassName
{
border-color: #C8010A;
}
.TagClassName
{
border-color: #C8010A;
}
</style>