Shades of Venetian Red #C5011A
Tints of Venetian Red #C5011A
RGB
CMYK
RGB Variations
Color information
#C5011A (or 0xC5011A) is known color: Venetian Red. HEX triplet: C5, 01 and 1A. RGB value is (197,1,26). Sum of RGB (Red+Green+Blue) = 197+1+26=224 (29% of max value = 765). Red value is 197 (77.34% from 255 or 87.95% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 197 - color contains mainly: red. Hex color #C5011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5011A is #3AFEE5. Grayscale: #3E3E3E. Windows color (decimal): -3866342 or 1704389. OLE color: 1704389.
HSL color Cylindrical-coordinate representation of color #C5011A: hue angle of 352.35º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5011A is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 26 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.23 |
| HSL | 352.35º | 0.99% | 0.39% | - |
| HSV(B) | 352.35º | 0.99% | 0.77% | - |
| XYZ | 23.22 | 11.97 | 2.06 | - |
| YUV | 62.45 | 107.43 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 26 | 0 | 0.99 | 0.87 | 0.23 | 352.35 | 0.99 | 0.39 |
| Hex | C5 | 1 | 1A | 0 | 63 | 57 | 17 | 160 | 63 | 27 |
| Octal | 305 | 1 | 32 | 0 | 143 | 127 | 27 | 540 | 143 | 47 |
| Binary | 11000101 | 1 | 11010 | 0 | 1100011 | 1010111 | 10111 | 101100000 | 1100011 | 100111 |
Color Harmonies of #C5011A
Complementary color
Monochromatic Colors of #C5011A
Black with #C5011A
Text Example
Text Example
White with #C5011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5011A; }
p { color: rgb(197,1,26); }
H1.HeaderClassName
{
color: #C5011A;
}
.AnyTagClassName
{
color: #C5011A;
}
</style>
background-color css
<style>
a { background-color: #C5011A; }
a { background-color: rgb(197,1,26); }
div.DivClassName
{
background-color: #C5011A;
}
.BgClassName
{
background-color: #C5011A;
}
</style>
border-color css
<style>
span { border-color: #C5011A; }
span { border-color: rgb(197,1,26); }
td.TdClassName
{
border-color: #C5011A;
}
.TagClassName
{
border-color: #C5011A;
}
</style>