Shades of Venetian Red #D01013
Tints of Venetian Red #D01013
RGB
CMYK
RGB Variations
Color information
#D01013 (or 0xD01013) is known color: Venetian Red. HEX triplet: D0, 10 and 13. RGB value is (208,16,19). Sum of RGB (Red+Green+Blue) = 208+16+19=243 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.60% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 208 - color contains mainly: red. Hex color #D01013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01013 is #2FEFEC. Grayscale: #494949. Windows color (decimal): -3141613 or 1249488. OLE color: 1249488.
HSL color Cylindrical-coordinate representation of color #D01013: hue angle of 359.06º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01013 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 19 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.18 |
| HSL | 359.06º | 0.86% | 0.44% | - |
| HSV(B) | 359.06º | 0.92% | 0.82% | - |
| XYZ | 26.32 | 13.83 | 1.9 | - |
| YUV | 73.75 | 97.11 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 19 | 0 | 0.92 | 0.91 | 0.18 | 359.06 | 0.86 | 0.44 |
| Hex | D0 | 10 | 13 | 0 | 5C | 5B | 12 | 167 | 56 | 2C |
| Octal | 320 | 20 | 23 | 0 | 134 | 133 | 22 | 547 | 126 | 54 |
| Binary | 11010000 | 10000 | 10011 | 0 | 1011100 | 1011011 | 10010 | 101100111 | 1010110 | 101100 |
Color Harmonies of #D01013
Complementary color
Monochromatic Colors of #D01013
Black with #D01013
Text Example
Text Example
White with #D01013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01013; }
p { color: rgb(208,16,19); }
H1.HeaderClassName
{
color: #D01013;
}
.AnyTagClassName
{
color: #D01013;
}
</style>
background-color css
<style>
a { background-color: #D01013; }
a { background-color: rgb(208,16,19); }
div.DivClassName
{
background-color: #D01013;
}
.BgClassName
{
background-color: #D01013;
}
</style>
border-color css
<style>
span { border-color: #D01013; }
span { border-color: rgb(208,16,19); }
td.TdClassName
{
border-color: #D01013;
}
.TagClassName
{
border-color: #D01013;
}
</style>