Shades of Venetian Red #C50A0D
Tints of Venetian Red #C50A0D
RGB
CMYK
RGB Variations
Color information
#C50A0D (or 0xC50A0D) is known color: Venetian Red. HEX triplet: C5, 0A and 0D. RGB value is (197,10,13). Sum of RGB (Red+Green+Blue) = 197+10+13=220 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.55% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 197 - color contains mainly: red. Hex color #C50A0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50A0D is #3AF5F2. Grayscale: #424242. Windows color (decimal): -3864051 or 854725. OLE color: 854725.
HSL color Cylindrical-coordinate representation of color #C50A0D: hue angle of 359.04º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50A0D is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 10 | 13 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.23 |
| HSL | 359.04º | 0.9% | 0.41% | - |
| HSV(B) | 359.04º | 0.95% | 0.77% | - |
| XYZ | 23.21 | 12.12 | 1.5 | - |
| YUV | 66.26 | 97.95 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 13 | 0 | 0.95 | 0.93 | 0.23 | 359.04 | 0.9 | 0.41 |
| Hex | C5 | A | D | 0 | 5F | 5D | 17 | 167 | 5A | 29 |
| Octal | 305 | 12 | 15 | 0 | 137 | 135 | 27 | 547 | 132 | 51 |
| Binary | 11000101 | 1010 | 1101 | 0 | 1011111 | 1011101 | 10111 | 101100111 | 1011010 | 101001 |
Color Harmonies of #C50A0D
Complementary color
Monochromatic Colors of #C50A0D
Black with #C50A0D
Text Example
Text Example
White with #C50A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50A0D; }
p { color: rgb(197,10,13); }
H1.HeaderClassName
{
color: #C50A0D;
}
.AnyTagClassName
{
color: #C50A0D;
}
</style>
background-color css
<style>
a { background-color: #C50A0D; }
a { background-color: rgb(197,10,13); }
div.DivClassName
{
background-color: #C50A0D;
}
.BgClassName
{
background-color: #C50A0D;
}
</style>
border-color css
<style>
span { border-color: #C50A0D; }
span { border-color: rgb(197,10,13); }
td.TdClassName
{
border-color: #C50A0D;
}
.TagClassName
{
border-color: #C50A0D;
}
</style>