Shades of Venetian Red #D40421
Tints of Venetian Red #D40421
RGB
CMYK
RGB Variations
Color information
#D40421 (or 0xD40421) is known color: Venetian Red. HEX triplet: D4, 04 and 21. RGB value is (212,4,33). Sum of RGB (Red+Green+Blue) = 212+4+33=249 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.14% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 212 - color contains mainly: red. Hex color #D40421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40421 is #2BFBDE. Grayscale: #454545. Windows color (decimal): -2882527 or 2163924. OLE color: 2163924.
HSL color Cylindrical-coordinate representation of color #D40421: hue angle of 351.63º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D40421 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 4 | 33 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.17 |
| HSL | 351.63º | 0.96% | 0.42% | - |
| HSV(B) | 351.63º | 0.98% | 0.83% | - |
| XYZ | 27.47 | 14.19 | 2.73 | - |
| YUV | 69.5 | 107.41 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 33 | 0 | 0.98 | 0.84 | 0.17 | 351.63 | 0.96 | 0.42 |
| Hex | D4 | 4 | 21 | 0 | 62 | 54 | 11 | 160 | 60 | 2A |
| Octal | 324 | 4 | 41 | 0 | 142 | 124 | 21 | 540 | 140 | 52 |
| Binary | 11010100 | 100 | 100001 | 0 | 1100010 | 1010100 | 10001 | 101100000 | 1100000 | 101010 |
Color Harmonies of #D40421
Complementary color
Monochromatic Colors of #D40421
Black with #D40421
Text Example
Text Example
White with #D40421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40421; }
p { color: rgb(212,4,33); }
H1.HeaderClassName
{
color: #D40421;
}
.AnyTagClassName
{
color: #D40421;
}
</style>
background-color css
<style>
a { background-color: #D40421; }
a { background-color: rgb(212,4,33); }
div.DivClassName
{
background-color: #D40421;
}
.BgClassName
{
background-color: #D40421;
}
</style>
border-color css
<style>
span { border-color: #D40421; }
span { border-color: rgb(212,4,33); }
td.TdClassName
{
border-color: #D40421;
}
.TagClassName
{
border-color: #D40421;
}
</style>