Shades of Venetian Red #D20819
Tints of Venetian Red #D20819
RGB
CMYK
RGB Variations
Color information
#D20819 (or 0xD20819) is known color: Venetian Red. HEX triplet: D2, 08 and 19. RGB value is (210,8,25). Sum of RGB (Red+Green+Blue) = 210+8+25=243 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.42% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 210 - color contains mainly: red. Hex color #D20819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20819 is #2DF7E6. Grayscale: #464646. Windows color (decimal): -3012583 or 1640658. OLE color: 1640658.
HSL color Cylindrical-coordinate representation of color #D20819: hue angle of 354.95º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20819 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 25 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.18 |
| HSL | 354.95º | 0.93% | 0.43% | - |
| HSV(B) | 354.95º | 0.96% | 0.82% | - |
| XYZ | 26.84 | 13.95 | 2.2 | - |
| YUV | 70.34 | 102.42 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 25 | 0 | 0.96 | 0.88 | 0.18 | 354.95 | 0.93 | 0.43 |
| Hex | D2 | 8 | 19 | 0 | 60 | 58 | 12 | 163 | 5D | 2B |
| Octal | 322 | 10 | 31 | 0 | 140 | 130 | 22 | 543 | 135 | 53 |
| Binary | 11010010 | 1000 | 11001 | 0 | 1100000 | 1011000 | 10010 | 101100011 | 1011101 | 101011 |
Color Harmonies of #D20819
Complementary color
Monochromatic Colors of #D20819
Black with #D20819
Text Example
Text Example
White with #D20819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20819; }
p { color: rgb(210,8,25); }
H1.HeaderClassName
{
color: #D20819;
}
.AnyTagClassName
{
color: #D20819;
}
</style>
background-color css
<style>
a { background-color: #D20819; }
a { background-color: rgb(210,8,25); }
div.DivClassName
{
background-color: #D20819;
}
.BgClassName
{
background-color: #D20819;
}
</style>
border-color css
<style>
span { border-color: #D20819; }
span { border-color: rgb(210,8,25); }
td.TdClassName
{
border-color: #D20819;
}
.TagClassName
{
border-color: #D20819;
}
</style>