Shades of Venetian Red #C50826
Tints of Venetian Red #C50826
RGB
CMYK
RGB Variations
Color information
#C50826 (or 0xC50826) is known color: Venetian Red. HEX triplet: C5, 08 and 26. RGB value is (197,8,38). Sum of RGB (Red+Green+Blue) = 197+8+38=243 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.07% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 197 - color contains mainly: red. Hex color #C50826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50826 is #3AF7D9. Grayscale: #444444. Windows color (decimal): -3864538 or 2492613. OLE color: 2492613.
HSL color Cylindrical-coordinate representation of color #C50826: hue angle of 350.48º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50826 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 38 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.23 |
| HSL | 350.48º | 0.92% | 0.4% | - |
| HSV(B) | 350.48º | 0.96% | 0.77% | - |
| XYZ | 23.46 | 12.18 | 2.95 | - |
| YUV | 67.93 | 111.12 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 38 | 0 | 0.96 | 0.81 | 0.23 | 350.48 | 0.92 | 0.4 |
| Hex | C5 | 8 | 26 | 0 | 60 | 51 | 17 | 15E | 5C | 28 |
| Octal | 305 | 10 | 46 | 0 | 140 | 121 | 27 | 536 | 134 | 50 |
| Binary | 11000101 | 1000 | 100110 | 0 | 1100000 | 1010001 | 10111 | 101011110 | 1011100 | 101000 |
Color Harmonies of #C50826
Complementary color
Monochromatic Colors of #C50826
Black with #C50826
Text Example
Text Example
White with #C50826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50826; }
p { color: rgb(197,8,38); }
H1.HeaderClassName
{
color: #C50826;
}
.AnyTagClassName
{
color: #C50826;
}
</style>
background-color css
<style>
a { background-color: #C50826; }
a { background-color: rgb(197,8,38); }
div.DivClassName
{
background-color: #C50826;
}
.BgClassName
{
background-color: #C50826;
}
</style>
border-color css
<style>
span { border-color: #C50826; }
span { border-color: rgb(197,8,38); }
td.TdClassName
{
border-color: #C50826;
}
.TagClassName
{
border-color: #C50826;
}
</style>