Shades of Venetian Red #C5050D
Tints of Venetian Red #C5050D
RGB
CMYK
RGB Variations
Color information
#C5050D (or 0xC5050D) is known color: Venetian Red. HEX triplet: C5, 05 and 0D. RGB value is (197,5,13). Sum of RGB (Red+Green+Blue) = 197+5+13=215 (28% of max value = 765). Red value is 197 (77.34% from 255 or 91.63% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 197 - color contains mainly: red. Hex color #C5050D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5050D is #3AFAF2. Grayscale: #3F3F3F. Windows color (decimal): -3865331 or 853445. OLE color: 853445.
HSL color Cylindrical-coordinate representation of color #C5050D: hue angle of 357.5º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5050D is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 13 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.23 |
| HSL | 357.5º | 0.95% | 0.4% | - |
| HSV(B) | 357.5º | 0.97% | 0.77% | - |
| XYZ | 23.15 | 12.01 | 1.48 | - |
| YUV | 63.32 | 99.61 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 13 | 0 | 0.97 | 0.93 | 0.23 | 357.5 | 0.95 | 0.4 |
| Hex | C5 | 5 | D | 0 | 61 | 5D | 17 | 166 | 5F | 28 |
| Octal | 305 | 5 | 15 | 0 | 141 | 135 | 27 | 546 | 137 | 50 |
| Binary | 11000101 | 101 | 1101 | 0 | 1100001 | 1011101 | 10111 | 101100110 | 1011111 | 101000 |
Color Harmonies of #C5050D
Complementary color
Monochromatic Colors of #C5050D
Black with #C5050D
Text Example
Text Example
White with #C5050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5050D; }
p { color: rgb(197,5,13); }
H1.HeaderClassName
{
color: #C5050D;
}
.AnyTagClassName
{
color: #C5050D;
}
</style>
background-color css
<style>
a { background-color: #C5050D; }
a { background-color: rgb(197,5,13); }
div.DivClassName
{
background-color: #C5050D;
}
.BgClassName
{
background-color: #C5050D;
}
</style>
border-color css
<style>
span { border-color: #C5050D; }
span { border-color: rgb(197,5,13); }
td.TdClassName
{
border-color: #C5050D;
}
.TagClassName
{
border-color: #C5050D;
}
</style>