Shades of Venetian Red #D40122
Tints of Venetian Red #D40122
RGB
CMYK
RGB Variations
Color information
#D40122 (or 0xD40122) is known color: Venetian Red. HEX triplet: D4, 01 and 22. RGB value is (212,1,34). Sum of RGB (Red+Green+Blue) = 212+1+34=247 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.83% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 212 - color contains mainly: red. Hex color #D40122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40122 is #2BFEDD. Grayscale: #434343. Windows color (decimal): -2883294 or 2228692. OLE color: 2228692.
HSL color Cylindrical-coordinate representation of color #D40122: hue angle of 350.62º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40122 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 1 | 34 | - |
| CMYK | 0 | 1.00 | 0.84 | 0.17 |
| HSL | 350.62º | 0.99% | 0.42% | - |
| HSV(B) | 350.62º | 1% | 0.83% | - |
| XYZ | 27.45 | 14.13 | 2.79 | - |
| YUV | 67.85 | 108.9 | 230.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 34 | 0 | 1.00 | 0.84 | 0.17 | 350.62 | 0.99 | 0.42 |
| Hex | D4 | 1 | 22 | 0 | 64 | 54 | 11 | 15F | 63 | 2A |
| Octal | 324 | 1 | 42 | 0 | 144 | 124 | 21 | 537 | 143 | 52 |
| Binary | 11010100 | 1 | 100010 | 0 | 1100100 | 1010100 | 10001 | 101011111 | 1100011 | 101010 |
Color Harmonies of #D40122
Complementary color
Monochromatic Colors of #D40122
Black with #D40122
Text Example
Text Example
White with #D40122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40122; }
p { color: rgb(212,1,34); }
H1.HeaderClassName
{
color: #D40122;
}
.AnyTagClassName
{
color: #D40122;
}
</style>
background-color css
<style>
a { background-color: #D40122; }
a { background-color: rgb(212,1,34); }
div.DivClassName
{
background-color: #D40122;
}
.BgClassName
{
background-color: #D40122;
}
</style>
border-color css
<style>
span { border-color: #D40122; }
span { border-color: rgb(212,1,34); }
td.TdClassName
{
border-color: #D40122;
}
.TagClassName
{
border-color: #D40122;
}
</style>