Shades of Venetian Red #D20618
Tints of Venetian Red #D20618
RGB
CMYK
RGB Variations
Color information
#D20618 (or 0xD20618) is known color: Venetian Red. HEX triplet: D2, 06 and 18. RGB value is (210,6,24). Sum of RGB (Red+Green+Blue) = 210+6+24=240 (31% of max value = 765). Red value is 210 (82.42% from 255 or 87.5% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 210 - color contains mainly: red. Hex color #D20618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20618 is #2DF9E7. Grayscale: #454545. Windows color (decimal): -3013096 or 1574610. OLE color: 1574610.
HSL color Cylindrical-coordinate representation of color #D20618: hue angle of 354.71º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D20618 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 6 | 24 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.18 |
| HSL | 354.71º | 0.94% | 0.42% | - |
| HSV(B) | 354.71º | 0.97% | 0.82% | - |
| XYZ | 26.81 | 13.9 | 2.13 | - |
| YUV | 69.05 | 102.59 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 6 | 24 | 0 | 0.97 | 0.89 | 0.18 | 354.71 | 0.94 | 0.42 |
| Hex | D2 | 6 | 18 | 0 | 61 | 59 | 12 | 163 | 5E | 2A |
| Octal | 322 | 6 | 30 | 0 | 141 | 131 | 22 | 543 | 136 | 52 |
| Binary | 11010010 | 110 | 11000 | 0 | 1100001 | 1011001 | 10010 | 101100011 | 1011110 | 101010 |
Color Harmonies of #D20618
Complementary color
Monochromatic Colors of #D20618
Black with #D20618
Text Example
Text Example
White with #D20618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20618; }
p { color: rgb(210,6,24); }
H1.HeaderClassName
{
color: #D20618;
}
.AnyTagClassName
{
color: #D20618;
}
</style>
background-color css
<style>
a { background-color: #D20618; }
a { background-color: rgb(210,6,24); }
div.DivClassName
{
background-color: #D20618;
}
.BgClassName
{
background-color: #D20618;
}
</style>
border-color css
<style>
span { border-color: #D20618; }
span { border-color: rgb(210,6,24); }
td.TdClassName
{
border-color: #D20618;
}
.TagClassName
{
border-color: #D20618;
}
</style>