Shades of Venetian Red #D20023
Tints of Venetian Red #D20023
RGB
CMYK
RGB Variations
Color information
#D20023 (or 0xD20023) is known color: Venetian Red. HEX triplet: D2, 00 and 23. RGB value is (210,0,35). Sum of RGB (Red+Green+Blue) = 210+0+35=245 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.71% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 210 - color contains mainly: red. Hex color #D20023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20023 is #2DFFDC. Grayscale: #424242. Windows color (decimal): -3014621 or 2293970. OLE color: 2293970.
HSL color Cylindrical-coordinate representation of color #D20023: hue angle of 350º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20023 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.83 | 0.18 |
| HSL | 350º | 1% | 0.41% | - |
| HSV(B) | 350º | 1% | 0.82% | - |
| XYZ | 26.88 | 13.82 | 2.84 | - |
| YUV | 66.78 | 110.07 | 230.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 35 | 0 | 1 | 0.83 | 0.18 | 350 | 1 | 0.41 |
| Hex | D2 | 0 | 23 | 0 | 64 | 53 | 12 | 15E | 64 | 29 |
| Octal | 322 | 0 | 43 | 0 | 144 | 123 | 22 | 536 | 144 | 51 |
| Binary | 11010010 | 0 | 100011 | 0 | 1100100 | 1010011 | 10010 | 101011110 | 1100100 | 101001 |
Color Harmonies of #D20023
Complementary color
Monochromatic Colors of #D20023
Black with #D20023
Text Example
Text Example
White with #D20023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20023; }
p { color: rgb(210,0,35); }
H1.HeaderClassName
{
color: #D20023;
}
.AnyTagClassName
{
color: #D20023;
}
</style>
background-color css
<style>
a { background-color: #D20023; }
a { background-color: rgb(210,0,35); }
div.DivClassName
{
background-color: #D20023;
}
.BgClassName
{
background-color: #D20023;
}
</style>
border-color css
<style>
span { border-color: #D20023; }
span { border-color: rgb(210,0,35); }
td.TdClassName
{
border-color: #D20023;
}
.TagClassName
{
border-color: #D20023;
}
</style>