Shades of Venetian Red #DF0104
Tints of Venetian Red #DF0104
RGB
CMYK
RGB Variations
Color information
#DF0104 (or 0xDF0104) is known color: Venetian Red. HEX triplet: DF, 01 and 04. RGB value is (223,1,4). Sum of RGB (Red+Green+Blue) = 223+1+4=228 (30% of max value = 765). Red value is 223 (87.5% from 255 or 97.81% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0104 is #20FEFB. Grayscale: #434343. Windows color (decimal): -2162428 or 262623. OLE color: 262623.
HSL color Cylindrical-coordinate representation of color #DF0104: hue angle of 359.19º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0104 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 4 | - |
| CMYK | 0 | 1.00 | 0.98 | 0.13 |
| HSL | 359.19º | 0.99% | 0.44% | - |
| HSV(B) | 359.19º | 1% | 0.87% | - |
| XYZ | 30.46 | 15.72 | 1.54 | - |
| YUV | 67.72 | 92.05 | 238.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 4 | 0 | 1.00 | 0.98 | 0.13 | 359.19 | 0.99 | 0.44 |
| Hex | DF | 1 | 4 | 0 | 64 | 62 | D | 167 | 63 | 2C |
| Octal | 337 | 1 | 4 | 0 | 144 | 142 | 15 | 547 | 143 | 54 |
| Binary | 11011111 | 1 | 100 | 0 | 1100100 | 1100010 | 1101 | 101100111 | 1100011 | 101100 |
Color Harmonies of #DF0104
Complementary color
Monochromatic Colors of #DF0104
Black with #DF0104
Text Example
Text Example
White with #DF0104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0104; }
p { color: rgb(223,1,4); }
H1.HeaderClassName
{
color: #DF0104;
}
.AnyTagClassName
{
color: #DF0104;
}
</style>
background-color css
<style>
a { background-color: #DF0104; }
a { background-color: rgb(223,1,4); }
div.DivClassName
{
background-color: #DF0104;
}
.BgClassName
{
background-color: #DF0104;
}
</style>
border-color css
<style>
span { border-color: #DF0104; }
span { border-color: rgb(223,1,4); }
td.TdClassName
{
border-color: #DF0104;
}
.TagClassName
{
border-color: #DF0104;
}
</style>