Shades of Venetian Red #D00104
Tints of Venetian Red #D00104
RGB
CMYK
RGB Variations
Color information
#D00104 (or 0xD00104) is known color: Venetian Red. HEX triplet: D0, 01 and 04. RGB value is (208,1,4). Sum of RGB (Red+Green+Blue) = 208+1+4=213 (28% of max value = 765). Red value is 208 (81.64% from 255 or 97.65% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 208 - color contains mainly: red. Hex color #D00104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00104 is #2FFEFB. Grayscale: #3F3F3F. Windows color (decimal): -3145468 or 262608. OLE color: 262608.
HSL color Cylindrical-coordinate representation of color #D00104: hue angle of 359.13º 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 #D00104 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 4 | - |
| CMYK | 0 | 1.00 | 0.98 | 0.18 |
| HSL | 359.13º | 0.99% | 0.41% | - |
| HSV(B) | 359.13º | 1% | 0.82% | - |
| XYZ | 26.05 | 13.44 | 1.34 | - |
| YUV | 63.24 | 94.58 | 231.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 4 | 0 | 1.00 | 0.98 | 0.18 | 359.13 | 0.99 | 0.41 |
| Hex | D0 | 1 | 4 | 0 | 64 | 62 | 12 | 167 | 63 | 29 |
| Octal | 320 | 1 | 4 | 0 | 144 | 142 | 22 | 547 | 143 | 51 |
| Binary | 11010000 | 1 | 100 | 0 | 1100100 | 1100010 | 10010 | 101100111 | 1100011 | 101001 |
Color Harmonies of #D00104
Complementary color
Monochromatic Colors of #D00104
Black with #D00104
Text Example
Text Example
White with #D00104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00104; }
p { color: rgb(208,1,4); }
H1.HeaderClassName
{
color: #D00104;
}
.AnyTagClassName
{
color: #D00104;
}
</style>
background-color css
<style>
a { background-color: #D00104; }
a { background-color: rgb(208,1,4); }
div.DivClassName
{
background-color: #D00104;
}
.BgClassName
{
background-color: #D00104;
}
</style>
border-color css
<style>
span { border-color: #D00104; }
span { border-color: rgb(208,1,4); }
td.TdClassName
{
border-color: #D00104;
}
.TagClassName
{
border-color: #D00104;
}
</style>