Shades of Venetian Red #C50118
Tints of Venetian Red #C50118
RGB
CMYK
RGB Variations
Color information
#C50118 (or 0xC50118) is known color: Venetian Red. HEX triplet: C5, 01 and 18. RGB value is (197,1,24). Sum of RGB (Red+Green+Blue) = 197+1+24=222 (29% of max value = 765). Red value is 197 (77.34% from 255 or 88.74% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 197 - color contains mainly: red. Hex color #C50118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50118 is #3AFEE7. Grayscale: #3E3E3E. Windows color (decimal): -3866344 or 1573317. OLE color: 1573317.
HSL color Cylindrical-coordinate representation of color #C50118: hue angle of 352.96º 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 #C50118 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 24 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.23 |
| HSL | 352.96º | 0.99% | 0.39% | - |
| HSV(B) | 352.96º | 0.99% | 0.77% | - |
| XYZ | 23.2 | 11.96 | 1.95 | - |
| YUV | 62.23 | 106.43 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 24 | 0 | 0.99 | 0.88 | 0.23 | 352.96 | 0.99 | 0.39 |
| Hex | C5 | 1 | 18 | 0 | 63 | 58 | 17 | 161 | 63 | 27 |
| Octal | 305 | 1 | 30 | 0 | 143 | 130 | 27 | 541 | 143 | 47 |
| Binary | 11000101 | 1 | 11000 | 0 | 1100011 | 1011000 | 10111 | 101100001 | 1100011 | 100111 |
Color Harmonies of #C50118
Complementary color
Monochromatic Colors of #C50118
Black with #C50118
Text Example
Text Example
White with #C50118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50118; }
p { color: rgb(197,1,24); }
H1.HeaderClassName
{
color: #C50118;
}
.AnyTagClassName
{
color: #C50118;
}
</style>
background-color css
<style>
a { background-color: #C50118; }
a { background-color: rgb(197,1,24); }
div.DivClassName
{
background-color: #C50118;
}
.BgClassName
{
background-color: #C50118;
}
</style>
border-color css
<style>
span { border-color: #C50118; }
span { border-color: rgb(197,1,24); }
td.TdClassName
{
border-color: #C50118;
}
.TagClassName
{
border-color: #C50118;
}
</style>