Shades of Venetian Red #C50926
Tints of Venetian Red #C50926
RGB
CMYK
RGB Variations
Color information
#C50926 (or 0xC50926) is known color: Venetian Red. HEX triplet: C5, 09 and 26. RGB value is (197,9,38). Sum of RGB (Red+Green+Blue) = 197+9+38=244 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.74% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 38 (15.23% from 255 or 15.57% from 244); Max value from RGB is 197 - color contains mainly: red. Hex color #C50926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50926 is #3AF6D9. Grayscale: #444444. Windows color (decimal): -3864282 or 2492869. OLE color: 2492869.
HSL color Cylindrical-coordinate representation of color #C50926: hue angle of 350.74º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50926 is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 38 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.23 |
| HSL | 350.74º | 0.91% | 0.4% | - |
| HSV(B) | 350.74º | 0.95% | 0.77% | - |
| XYZ | 23.47 | 12.21 | 2.95 | - |
| YUV | 68.52 | 110.78 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 38 | 0 | 0.95 | 0.81 | 0.23 | 350.74 | 0.91 | 0.4 |
| Hex | C5 | 9 | 26 | 0 | 5F | 51 | 17 | 15F | 5B | 28 |
| Octal | 305 | 11 | 46 | 0 | 137 | 121 | 27 | 537 | 133 | 50 |
| Binary | 11000101 | 1001 | 100110 | 0 | 1011111 | 1010001 | 10111 | 101011111 | 1011011 | 101000 |
Color Harmonies of #C50926
Complementary color
Monochromatic Colors of #C50926
Black with #C50926
Text Example
Text Example
White with #C50926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50926; }
p { color: rgb(197,9,38); }
H1.HeaderClassName
{
color: #C50926;
}
.AnyTagClassName
{
color: #C50926;
}
</style>
background-color css
<style>
a { background-color: #C50926; }
a { background-color: rgb(197,9,38); }
div.DivClassName
{
background-color: #C50926;
}
.BgClassName
{
background-color: #C50926;
}
</style>
border-color css
<style>
span { border-color: #C50926; }
span { border-color: rgb(197,9,38); }
td.TdClassName
{
border-color: #C50926;
}
.TagClassName
{
border-color: #C50926;
}
</style>