Shades of Venetian Red #D20B18
Tints of Venetian Red #D20B18
RGB
CMYK
RGB Variations
Color information
#D20B18 (or 0xD20B18) is known color: Venetian Red. HEX triplet: D2, 0B and 18. RGB value is (210,11,24). Sum of RGB (Red+Green+Blue) = 210+11+24=245 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.71% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 210 - color contains mainly: red. Hex color #D20B18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20B18 is #2DF4E7. Grayscale: #484848. Windows color (decimal): -3011816 or 1575890. OLE color: 1575890.
HSL color Cylindrical-coordinate representation of color #D20B18: hue angle of 356.08º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20B18 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 11 | 24 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.18 |
| HSL | 356.08º | 0.9% | 0.43% | - |
| HSV(B) | 356.08º | 0.95% | 0.82% | - |
| XYZ | 26.86 | 14.01 | 2.15 | - |
| YUV | 71.98 | 100.93 | 226.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 11 | 24 | 0 | 0.95 | 0.89 | 0.18 | 356.08 | 0.9 | 0.43 |
| Hex | D2 | B | 18 | 0 | 5F | 59 | 12 | 164 | 5A | 2B |
| Octal | 322 | 13 | 30 | 0 | 137 | 131 | 22 | 544 | 132 | 53 |
| Binary | 11010010 | 1011 | 11000 | 0 | 1011111 | 1011001 | 10010 | 101100100 | 1011010 | 101011 |
Color Harmonies of #D20B18
Complementary color
Monochromatic Colors of #D20B18
Black with #D20B18
Text Example
Text Example
White with #D20B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20B18; }
p { color: rgb(210,11,24); }
H1.HeaderClassName
{
color: #D20B18;
}
.AnyTagClassName
{
color: #D20B18;
}
</style>
background-color css
<style>
a { background-color: #D20B18; }
a { background-color: rgb(210,11,24); }
div.DivClassName
{
background-color: #D20B18;
}
.BgClassName
{
background-color: #D20B18;
}
</style>
border-color css
<style>
span { border-color: #D20B18; }
span { border-color: rgb(210,11,24); }
td.TdClassName
{
border-color: #D20B18;
}
.TagClassName
{
border-color: #D20B18;
}
</style>