Shades of Venetian Red #D20424
Tints of Venetian Red #D20424
RGB
CMYK
RGB Variations
Color information
#D20424 (or 0xD20424) is known color: Venetian Red. HEX triplet: D2, 04 and 24. RGB value is (210,4,36). Sum of RGB (Red+Green+Blue) = 210+4+36=250 (33% of max value = 765). Red value is 210 (82.42% from 255 or 84% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 210 - color contains mainly: red. Hex color #D20424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20424 is #2DFBDB. Grayscale: #454545. Windows color (decimal): -3013596 or 2360530. OLE color: 2360530.
HSL color Cylindrical-coordinate representation of color #D20424: hue angle of 350.68º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D20424 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 4 | 36 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.18 |
| HSL | 350.68º | 0.96% | 0.42% | - |
| HSV(B) | 350.68º | 0.98% | 0.82% | - |
| XYZ | 26.94 | 13.92 | 2.94 | - |
| YUV | 69.24 | 109.25 | 228.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 36 | 0 | 0.98 | 0.83 | 0.18 | 350.68 | 0.96 | 0.42 |
| Hex | D2 | 4 | 24 | 0 | 62 | 53 | 12 | 15F | 60 | 2A |
| Octal | 322 | 4 | 44 | 0 | 142 | 123 | 22 | 537 | 140 | 52 |
| Binary | 11010010 | 100 | 100100 | 0 | 1100010 | 1010011 | 10010 | 101011111 | 1100000 | 101010 |
Color Harmonies of #D20424
Complementary color
Monochromatic Colors of #D20424
Black with #D20424
Text Example
Text Example
White with #D20424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20424; }
p { color: rgb(210,4,36); }
H1.HeaderClassName
{
color: #D20424;
}
.AnyTagClassName
{
color: #D20424;
}
</style>
background-color css
<style>
a { background-color: #D20424; }
a { background-color: rgb(210,4,36); }
div.DivClassName
{
background-color: #D20424;
}
.BgClassName
{
background-color: #D20424;
}
</style>
border-color css
<style>
span { border-color: #D20424; }
span { border-color: rgb(210,4,36); }
td.TdClassName
{
border-color: #D20424;
}
.TagClassName
{
border-color: #D20424;
}
</style>