Shades of Venetian Red #C50213
Tints of Venetian Red #C50213
RGB
CMYK
RGB Variations
Color information
#C50213 (or 0xC50213) is known color: Venetian Red. HEX triplet: C5, 02 and 13. RGB value is (197,2,19). Sum of RGB (Red+Green+Blue) = 197+2+19=218 (28% of max value = 765). Red value is 197 (77.34% from 255 or 90.37% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 197 - color contains mainly: red. Hex color #C50213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50213 is #3AFDEC. Grayscale: #3E3E3E. Windows color (decimal): -3866093 or 1245893. OLE color: 1245893.
HSL color Cylindrical-coordinate representation of color #C50213: hue angle of 354.77º degrees, saturation: 0.98, 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 #C50213 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 19 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.23 |
| HSL | 354.77º | 0.98% | 0.39% | - |
| HSV(B) | 354.77º | 0.99% | 0.77% | - |
| XYZ | 23.17 | 11.96 | 1.7 | - |
| YUV | 62.24 | 103.6 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 19 | 0 | 0.99 | 0.90 | 0.23 | 354.77 | 0.98 | 0.39 |
| Hex | C5 | 2 | 13 | 0 | 63 | 5A | 17 | 163 | 62 | 27 |
| Octal | 305 | 2 | 23 | 0 | 143 | 132 | 27 | 543 | 142 | 47 |
| Binary | 11000101 | 10 | 10011 | 0 | 1100011 | 1011010 | 10111 | 101100011 | 1100010 | 100111 |
Color Harmonies of #C50213
Complementary color
Monochromatic Colors of #C50213
Black with #C50213
Text Example
Text Example
White with #C50213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50213; }
p { color: rgb(197,2,19); }
H1.HeaderClassName
{
color: #C50213;
}
.AnyTagClassName
{
color: #C50213;
}
</style>
background-color css
<style>
a { background-color: #C50213; }
a { background-color: rgb(197,2,19); }
div.DivClassName
{
background-color: #C50213;
}
.BgClassName
{
background-color: #C50213;
}
</style>
border-color css
<style>
span { border-color: #C50213; }
span { border-color: rgb(197,2,19); }
td.TdClassName
{
border-color: #C50213;
}
.TagClassName
{
border-color: #C50213;
}
</style>