Shades of Venetian Red #D0020A
Tints of Venetian Red #D0020A
RGB
CMYK
RGB Variations
Color information
#D0020A (or 0xD0020A) is known color: Venetian Red. HEX triplet: D0, 02 and 0A. RGB value is (208,2,10). Sum of RGB (Red+Green+Blue) = 208+2+10=220 (29% of max value = 765). Red value is 208 (81.64% from 255 or 94.55% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 208 - color contains mainly: red. Hex color #D0020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0020A is #2FFDF5. Grayscale: #404040. Windows color (decimal): -3145206 or 656080. OLE color: 656080.
HSL color Cylindrical-coordinate representation of color #D0020A: hue angle of 357.67º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0020A is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 10 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.18 |
| HSL | 357.67º | 0.98% | 0.41% | - |
| HSV(B) | 357.67º | 0.99% | 0.82% | - |
| XYZ | 26.09 | 13.48 | 1.51 | - |
| YUV | 64.51 | 97.25 | 230.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 10 | 0 | 0.99 | 0.95 | 0.18 | 357.67 | 0.98 | 0.41 |
| Hex | D0 | 2 | A | 0 | 63 | 5F | 12 | 166 | 62 | 29 |
| Octal | 320 | 2 | 12 | 0 | 143 | 137 | 22 | 546 | 142 | 51 |
| Binary | 11010000 | 10 | 1010 | 0 | 1100011 | 1011111 | 10010 | 101100110 | 1100010 | 101001 |
Color Harmonies of #D0020A
Complementary color
Monochromatic Colors of #D0020A
Black with #D0020A
Text Example
Text Example
White with #D0020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0020A; }
p { color: rgb(208,2,10); }
H1.HeaderClassName
{
color: #D0020A;
}
.AnyTagClassName
{
color: #D0020A;
}
</style>
background-color css
<style>
a { background-color: #D0020A; }
a { background-color: rgb(208,2,10); }
div.DivClassName
{
background-color: #D0020A;
}
.BgClassName
{
background-color: #D0020A;
}
</style>
border-color css
<style>
span { border-color: #D0020A; }
span { border-color: rgb(208,2,10); }
td.TdClassName
{
border-color: #D0020A;
}
.TagClassName
{
border-color: #D0020A;
}
</style>