Shades of Venetian Red #C80113
Tints of Venetian Red #C80113
RGB
CMYK
RGB Variations
Color information
#C80113 (or 0xC80113) is known color: Venetian Red. HEX triplet: C8, 01 and 13. RGB value is (200,1,19). Sum of RGB (Red+Green+Blue) = 200+1+19=220 (29% of max value = 765). Red value is 200 (78.52% from 255 or 90.91% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 200 - color contains mainly: red. Hex color #C80113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80113 is #37FEEC. Grayscale: #3E3E3E. Windows color (decimal): -3669741 or 1245640. OLE color: 1245640.
HSL color Cylindrical-coordinate representation of color #C80113: hue angle of 354.57º 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 #C80113 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 19 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.22 |
| HSL | 354.57º | 0.99% | 0.39% | - |
| HSV(B) | 354.57º | 1% | 0.78% | - |
| XYZ | 23.95 | 12.35 | 1.74 | - |
| YUV | 62.55 | 103.43 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 19 | 0 | 1.00 | 0.90 | 0.22 | 354.57 | 0.99 | 0.39 |
| Hex | C8 | 1 | 13 | 0 | 64 | 5A | 16 | 163 | 63 | 27 |
| Octal | 310 | 1 | 23 | 0 | 144 | 132 | 26 | 543 | 143 | 47 |
| Binary | 11001000 | 1 | 10011 | 0 | 1100100 | 1011010 | 10110 | 101100011 | 1100011 | 100111 |
Color Harmonies of #C80113
Complementary color
Monochromatic Colors of #C80113
Black with #C80113
Text Example
Text Example
White with #C80113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80113; }
p { color: rgb(200,1,19); }
H1.HeaderClassName
{
color: #C80113;
}
.AnyTagClassName
{
color: #C80113;
}
</style>
background-color css
<style>
a { background-color: #C80113; }
a { background-color: rgb(200,1,19); }
div.DivClassName
{
background-color: #C80113;
}
.BgClassName
{
background-color: #C80113;
}
</style>
border-color css
<style>
span { border-color: #C80113; }
span { border-color: rgb(200,1,19); }
td.TdClassName
{
border-color: #C80113;
}
.TagClassName
{
border-color: #C80113;
}
</style>