Shades of Venetian Red #C70426
Tints of Venetian Red #C70426
RGB
CMYK
RGB Variations
Color information
#C70426 (or 0xC70426) is known color: Venetian Red. HEX triplet: C7, 04 and 26. RGB value is (199,4,38). Sum of RGB (Red+Green+Blue) = 199+4+38=241 (31% of max value = 765). Red value is 199 (78.12% from 255 or 82.57% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 199 - color contains mainly: red. Hex color #C70426 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70426 is #38FBD9. Grayscale: #424242. Windows color (decimal): -3734490 or 2491591. OLE color: 2491591.
HSL color Cylindrical-coordinate representation of color #C70426: hue angle of 349.54º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C70426 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 4 | 38 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.22 |
| HSL | 349.54º | 0.96% | 0.4% | - |
| HSV(B) | 349.54º | 0.98% | 0.78% | - |
| XYZ | 23.95 | 12.37 | 2.96 | - |
| YUV | 66.18 | 112.1 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 38 | 0 | 0.98 | 0.81 | 0.22 | 349.54 | 0.96 | 0.4 |
| Hex | C7 | 4 | 26 | 0 | 62 | 51 | 16 | 15E | 60 | 28 |
| Octal | 307 | 4 | 46 | 0 | 142 | 121 | 26 | 536 | 140 | 50 |
| Binary | 11000111 | 100 | 100110 | 0 | 1100010 | 1010001 | 10110 | 101011110 | 1100000 | 101000 |
Color Harmonies of #C70426
Complementary color
Monochromatic Colors of #C70426
Black with #C70426
Text Example
Text Example
White with #C70426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70426; }
p { color: rgb(199,4,38); }
H1.HeaderClassName
{
color: #C70426;
}
.AnyTagClassName
{
color: #C70426;
}
</style>
background-color css
<style>
a { background-color: #C70426; }
a { background-color: rgb(199,4,38); }
div.DivClassName
{
background-color: #C70426;
}
.BgClassName
{
background-color: #C70426;
}
</style>
border-color css
<style>
span { border-color: #C70426; }
span { border-color: rgb(199,4,38); }
td.TdClassName
{
border-color: #C70426;
}
.TagClassName
{
border-color: #C70426;
}
</style>