Shades of Venetian Red #C5011E
Tints of Venetian Red #C5011E
RGB
CMYK
RGB Variations
Color information
#C5011E (or 0xC5011E) is known color: Venetian Red. HEX triplet: C5, 01 and 1E. RGB value is (197,1,30). Sum of RGB (Red+Green+Blue) = 197+1+30=228 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.40% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 197 - color contains mainly: red. Hex color #C5011E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5011E is #3AFEE1. Grayscale: #3E3E3E. Windows color (decimal): -3866338 or 1966533. OLE color: 1966533.
HSL color Cylindrical-coordinate representation of color #C5011E: hue angle of 351.12º 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 #C5011E is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 30 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.23 |
| HSL | 351.12º | 0.99% | 0.39% | - |
| HSV(B) | 351.12º | 0.99% | 0.77% | - |
| XYZ | 23.27 | 11.99 | 2.32 | - |
| YUV | 62.91 | 109.43 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 30 | 0 | 0.99 | 0.85 | 0.23 | 351.12 | 0.99 | 0.39 |
| Hex | C5 | 1 | 1E | 0 | 63 | 55 | 17 | 15F | 63 | 27 |
| Octal | 305 | 1 | 36 | 0 | 143 | 125 | 27 | 537 | 143 | 47 |
| Binary | 11000101 | 1 | 11110 | 0 | 1100011 | 1010101 | 10111 | 101011111 | 1100011 | 100111 |
Color Harmonies of #C5011E
Complementary color
Monochromatic Colors of #C5011E
Black with #C5011E
Text Example
Text Example
White with #C5011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5011E; }
p { color: rgb(197,1,30); }
H1.HeaderClassName
{
color: #C5011E;
}
.AnyTagClassName
{
color: #C5011E;
}
</style>
background-color css
<style>
a { background-color: #C5011E; }
a { background-color: rgb(197,1,30); }
div.DivClassName
{
background-color: #C5011E;
}
.BgClassName
{
background-color: #C5011E;
}
</style>
border-color css
<style>
span { border-color: #C5011E; }
span { border-color: rgb(197,1,30); }
td.TdClassName
{
border-color: #C5011E;
}
.TagClassName
{
border-color: #C5011E;
}
</style>