Shades of Venetian Red #C50205
Tints of Venetian Red #C50205
RGB
CMYK
RGB Variations
Color information
#C50205 (or 0xC50205) is known color: Venetian Red. HEX triplet: C5, 02 and 05. RGB value is (197,2,5). Sum of RGB (Red+Green+Blue) = 197+2+5=204 (27% of max value = 765). Red value is 197 (77.34% from 255 or 96.57% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 197 - color contains mainly: red. Hex color #C50205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50205 is #3AFDFA. Grayscale: #3C3C3C. Windows color (decimal): -3866107 or 328389. OLE color: 328389.
HSL color Cylindrical-coordinate representation of color #C50205: hue angle of 359.08º 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 #C50205 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 5 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.23 |
| HSL | 359.08º | 0.98% | 0.39% | - |
| HSV(B) | 359.08º | 0.99% | 0.77% | - |
| XYZ | 23.08 | 11.92 | 1.23 | - |
| YUV | 60.65 | 96.6 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 5 | 0 | 0.99 | 0.97 | 0.23 | 359.08 | 0.98 | 0.39 |
| Hex | C5 | 2 | 5 | 0 | 63 | 61 | 17 | 167 | 62 | 27 |
| Octal | 305 | 2 | 5 | 0 | 143 | 141 | 27 | 547 | 142 | 47 |
| Binary | 11000101 | 10 | 101 | 0 | 1100011 | 1100001 | 10111 | 101100111 | 1100010 | 100111 |
Color Harmonies of #C50205
Complementary color
Monochromatic Colors of #C50205
Black with #C50205
Text Example
Text Example
White with #C50205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50205; }
p { color: rgb(197,2,5); }
H1.HeaderClassName
{
color: #C50205;
}
.AnyTagClassName
{
color: #C50205;
}
</style>
background-color css
<style>
a { background-color: #C50205; }
a { background-color: rgb(197,2,5); }
div.DivClassName
{
background-color: #C50205;
}
.BgClassName
{
background-color: #C50205;
}
</style>
border-color css
<style>
span { border-color: #C50205; }
span { border-color: rgb(197,2,5); }
td.TdClassName
{
border-color: #C50205;
}
.TagClassName
{
border-color: #C50205;
}
</style>