Shades of Venetian Red #D20324
Tints of Venetian Red #D20324
RGB
CMYK
RGB Variations
Color information
#D20324 (or 0xD20324) is known color: Venetian Red. HEX triplet: D2, 03 and 24. RGB value is (210,3,36). Sum of RGB (Red+Green+Blue) = 210+3+36=249 (32% of max value = 765). Red value is 210 (82.42% from 255 or 84.34% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 210 - color contains mainly: red. Hex color #D20324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20324 is #2DFCDB. Grayscale: #444444. Windows color (decimal): -3013852 or 2360274. OLE color: 2360274.
HSL color Cylindrical-coordinate representation of color #D20324: hue angle of 350.43º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D20324 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 36 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.18 |
| HSL | 350.43º | 0.97% | 0.42% | - |
| HSV(B) | 350.43º | 0.99% | 0.82% | - |
| XYZ | 26.93 | 13.89 | 2.93 | - |
| YUV | 68.66 | 109.58 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 36 | 0 | 0.99 | 0.83 | 0.18 | 350.43 | 0.97 | 0.42 |
| Hex | D2 | 3 | 24 | 0 | 63 | 53 | 12 | 15E | 61 | 2A |
| Octal | 322 | 3 | 44 | 0 | 143 | 123 | 22 | 536 | 141 | 52 |
| Binary | 11010010 | 11 | 100100 | 0 | 1100011 | 1010011 | 10010 | 101011110 | 1100001 | 101010 |
Color Harmonies of #D20324
Complementary color
Monochromatic Colors of #D20324
Black with #D20324
Text Example
Text Example
White with #D20324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20324; }
p { color: rgb(210,3,36); }
H1.HeaderClassName
{
color: #D20324;
}
.AnyTagClassName
{
color: #D20324;
}
</style>
background-color css
<style>
a { background-color: #D20324; }
a { background-color: rgb(210,3,36); }
div.DivClassName
{
background-color: #D20324;
}
.BgClassName
{
background-color: #D20324;
}
</style>
border-color css
<style>
span { border-color: #D20324; }
span { border-color: rgb(210,3,36); }
td.TdClassName
{
border-color: #D20324;
}
.TagClassName
{
border-color: #D20324;
}
</style>