Shades of Venetian Red #C50E1F
Tints of Venetian Red #C50E1F
RGB
CMYK
RGB Variations
Color information
#C50E1F (or 0xC50E1F) is known color: Venetian Red. HEX triplet: C5, 0E and 1F. RGB value is (197,14,31). Sum of RGB (Red+Green+Blue) = 197+14+31=242 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.40% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50E1F is #3AF1E0. Grayscale: #464646. Windows color (decimal): -3863009 or 2035397. OLE color: 2035397.
HSL color Cylindrical-coordinate representation of color #C50E1F: hue angle of 354.43º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50E1F is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 14 | 31 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.23 |
| HSL | 354.43º | 0.87% | 0.41% | - |
| HSV(B) | 354.43º | 0.93% | 0.77% | - |
| XYZ | 23.43 | 12.28 | 2.43 | - |
| YUV | 70.66 | 105.63 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 31 | 0 | 0.93 | 0.84 | 0.23 | 354.43 | 0.87 | 0.41 |
| Hex | C5 | E | 1F | 0 | 5D | 54 | 17 | 162 | 57 | 29 |
| Octal | 305 | 16 | 37 | 0 | 135 | 124 | 27 | 542 | 127 | 51 |
| Binary | 11000101 | 1110 | 11111 | 0 | 1011101 | 1010100 | 10111 | 101100010 | 1010111 | 101001 |
Color Harmonies of #C50E1F
Complementary color
Monochromatic Colors of #C50E1F
Black with #C50E1F
Text Example
Text Example
White with #C50E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50E1F; }
p { color: rgb(197,14,31); }
H1.HeaderClassName
{
color: #C50E1F;
}
.AnyTagClassName
{
color: #C50E1F;
}
</style>
background-color css
<style>
a { background-color: #C50E1F; }
a { background-color: rgb(197,14,31); }
div.DivClassName
{
background-color: #C50E1F;
}
.BgClassName
{
background-color: #C50E1F;
}
</style>
border-color css
<style>
span { border-color: #C50E1F; }
span { border-color: rgb(197,14,31); }
td.TdClassName
{
border-color: #C50E1F;
}
.TagClassName
{
border-color: #C50E1F;
}
</style>