Shades of Venetian Red #C40428
Tints of Venetian Red #C40428
RGB
CMYK
RGB Variations
Color information
#C40428 (or 0xC40428) is known color: Venetian Red. HEX triplet: C4, 04 and 28. RGB value is (196,4,40). Sum of RGB (Red+Green+Blue) = 196+4+40=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C40428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40428 is #3BFBD7. Grayscale: #414141. Windows color (decimal): -3931096 or 2622660. OLE color: 2622660.
HSL color Cylindrical-coordinate representation of color #C40428: hue angle of 348.75º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C40428 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 4 | 40 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.23 |
| HSL | 348.75º | 0.96% | 0.39% | - |
| HSV(B) | 348.75º | 0.98% | 0.77% | - |
| XYZ | 23.19 | 11.98 | 3.1 | - |
| YUV | 65.51 | 113.61 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 4 | 40 | 0 | 0.98 | 0.80 | 0.23 | 348.75 | 0.96 | 0.39 |
| Hex | C4 | 4 | 28 | 0 | 62 | 50 | 17 | 15D | 60 | 27 |
| Octal | 304 | 4 | 50 | 0 | 142 | 120 | 27 | 535 | 140 | 47 |
| Binary | 11000100 | 100 | 101000 | 0 | 1100010 | 1010000 | 10111 | 101011101 | 1100000 | 100111 |
Color Harmonies of #C40428
Complementary color
Monochromatic Colors of #C40428
Black with #C40428
Text Example
Text Example
White with #C40428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40428; }
p { color: rgb(196,4,40); }
H1.HeaderClassName
{
color: #C40428;
}
.AnyTagClassName
{
color: #C40428;
}
</style>
background-color css
<style>
a { background-color: #C40428; }
a { background-color: rgb(196,4,40); }
div.DivClassName
{
background-color: #C40428;
}
.BgClassName
{
background-color: #C40428;
}
</style>
border-color css
<style>
span { border-color: #C40428; }
span { border-color: rgb(196,4,40); }
td.TdClassName
{
border-color: #C40428;
}
.TagClassName
{
border-color: #C40428;
}
</style>