Shades of Venetian Red #D40022
Tints of Venetian Red #D40022
RGB
CMYK
RGB Variations
Color information
#D40022 (or 0xD40022) is known color: Venetian Red. HEX triplet: D4, 00 and 22. RGB value is (212,0,34). Sum of RGB (Red+Green+Blue) = 212+0+34=246 (32% of max value = 765). Red value is 212 (83.20% from 255 or 86.18% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 212 - color contains mainly: red. Hex color #D40022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40022 is #2BFFDD. Grayscale: #434343. Windows color (decimal): -2883550 or 2228436. OLE color: 2228436.
HSL color Cylindrical-coordinate representation of color #D40022: hue angle of 350.38º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40022 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.84 | 0.17 |
| HSL | 350.38º | 1% | 0.42% | - |
| HSV(B) | 350.38º | 1% | 0.83% | - |
| XYZ | 27.44 | 14.11 | 2.79 | - |
| YUV | 67.26 | 109.24 | 231.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 34 | 0 | 1 | 0.84 | 0.17 | 350.38 | 1 | 0.42 |
| Hex | D4 | 0 | 22 | 0 | 64 | 54 | 11 | 15E | 64 | 2A |
| Octal | 324 | 0 | 42 | 0 | 144 | 124 | 21 | 536 | 144 | 52 |
| Binary | 11010100 | 0 | 100010 | 0 | 1100100 | 1010100 | 10001 | 101011110 | 1100100 | 101010 |
Color Harmonies of #D40022
Complementary color
Monochromatic Colors of #D40022
Black with #D40022
Text Example
Text Example
White with #D40022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40022; }
p { color: rgb(212,0,34); }
H1.HeaderClassName
{
color: #D40022;
}
.AnyTagClassName
{
color: #D40022;
}
</style>
background-color css
<style>
a { background-color: #D40022; }
a { background-color: rgb(212,0,34); }
div.DivClassName
{
background-color: #D40022;
}
.BgClassName
{
background-color: #D40022;
}
</style>
border-color css
<style>
span { border-color: #D40022; }
span { border-color: rgb(212,0,34); }
td.TdClassName
{
border-color: #D40022;
}
.TagClassName
{
border-color: #D40022;
}
</style>