Shades of Venetian Red #D0010D
Tints of Venetian Red #D0010D
RGB
CMYK
RGB Variations
Color information
#D0010D (or 0xD0010D) is known color: Venetian Red. HEX triplet: D0, 01 and 0D. RGB value is (208,1,13). Sum of RGB (Red+Green+Blue) = 208+1+13=222 (29% of max value = 765). Red value is 208 (81.64% from 255 or 93.69% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 208 - color contains mainly: red. Hex color #D0010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0010D is #2FFEF2. Grayscale: #404040. Windows color (decimal): -3145459 or 852432. OLE color: 852432.
HSL color Cylindrical-coordinate representation of color #D0010D: hue angle of 356.52º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0010D is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 13 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.18 |
| HSL | 356.52º | 0.99% | 0.41% | - |
| HSV(B) | 356.52º | 1% | 0.82% | - |
| XYZ | 26.1 | 13.46 | 1.6 | - |
| YUV | 64.26 | 99.08 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 13 | 0 | 1.00 | 0.94 | 0.18 | 356.52 | 0.99 | 0.41 |
| Hex | D0 | 1 | D | 0 | 64 | 5E | 12 | 165 | 63 | 29 |
| Octal | 320 | 1 | 15 | 0 | 144 | 136 | 22 | 545 | 143 | 51 |
| Binary | 11010000 | 1 | 1101 | 0 | 1100100 | 1011110 | 10010 | 101100101 | 1100011 | 101001 |
Color Harmonies of #D0010D
Complementary color
Monochromatic Colors of #D0010D
Black with #D0010D
Text Example
Text Example
White with #D0010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0010D; }
p { color: rgb(208,1,13); }
H1.HeaderClassName
{
color: #D0010D;
}
.AnyTagClassName
{
color: #D0010D;
}
</style>
background-color css
<style>
a { background-color: #D0010D; }
a { background-color: rgb(208,1,13); }
div.DivClassName
{
background-color: #D0010D;
}
.BgClassName
{
background-color: #D0010D;
}
</style>
border-color css
<style>
span { border-color: #D0010D; }
span { border-color: rgb(208,1,13); }
td.TdClassName
{
border-color: #D0010D;
}
.TagClassName
{
border-color: #D0010D;
}
</style>