Shades of Venetian Red #C5011C
Tints of Venetian Red #C5011C
RGB
CMYK
RGB Variations
Color information
#C5011C (or 0xC5011C) is known color: Venetian Red. HEX triplet: C5, 01 and 1C. RGB value is (197,1,28). Sum of RGB (Red+Green+Blue) = 197+1+28=226 (29% of max value = 765). Red value is 197 (77.34% from 255 or 87.17% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 197 - color contains mainly: red. Hex color #C5011C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5011C is #3AFEE3. Grayscale: #3E3E3E. Windows color (decimal): -3866340 or 1835461. OLE color: 1835461.
HSL color Cylindrical-coordinate representation of color #C5011C: hue angle of 351.73º 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 #C5011C is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 28 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.23 |
| HSL | 351.73º | 0.99% | 0.39% | - |
| HSV(B) | 351.73º | 0.99% | 0.77% | - |
| XYZ | 23.25 | 11.98 | 2.18 | - |
| YUV | 62.68 | 108.43 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 28 | 0 | 0.99 | 0.86 | 0.23 | 351.73 | 0.99 | 0.39 |
| Hex | C5 | 1 | 1C | 0 | 63 | 56 | 17 | 160 | 63 | 27 |
| Octal | 305 | 1 | 34 | 0 | 143 | 126 | 27 | 540 | 143 | 47 |
| Binary | 11000101 | 1 | 11100 | 0 | 1100011 | 1010110 | 10111 | 101100000 | 1100011 | 100111 |
Color Harmonies of #C5011C
Complementary color
Monochromatic Colors of #C5011C
Black with #C5011C
Text Example
Text Example
White with #C5011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5011C; }
p { color: rgb(197,1,28); }
H1.HeaderClassName
{
color: #C5011C;
}
.AnyTagClassName
{
color: #C5011C;
}
</style>
background-color css
<style>
a { background-color: #C5011C; }
a { background-color: rgb(197,1,28); }
div.DivClassName
{
background-color: #C5011C;
}
.BgClassName
{
background-color: #C5011C;
}
</style>
border-color css
<style>
span { border-color: #C5011C; }
span { border-color: rgb(197,1,28); }
td.TdClassName
{
border-color: #C5011C;
}
.TagClassName
{
border-color: #C5011C;
}
</style>