Shades of Venetian Red #DF0103
Tints of Venetian Red #DF0103
RGB
CMYK
RGB Variations
Color information
#DF0103 (or 0xDF0103) is known color: Venetian Red. HEX triplet: DF, 01 and 03. RGB value is (223,1,3). Sum of RGB (Red+Green+Blue) = 223+1+3=227 (30% of max value = 765). Red value is 223 (87.5% from 255 or 98.24% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0103 is #20FEFC. Grayscale: #434343. Windows color (decimal): -2162429 or 197087. OLE color: 197087.
HSL color Cylindrical-coordinate representation of color #DF0103: hue angle of 359.46º 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 #DF0103 is Cyan = 0, Magento = 1.00, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 3 | - |
| CMYK | 0 | 1.00 | 0.99 | 0.13 |
| HSL | 359.46º | 0.99% | 0.44% | - |
| HSV(B) | 359.46º | 1% | 0.87% | - |
| XYZ | 30.46 | 15.72 | 1.51 | - |
| YUV | 67.61 | 91.55 | 238.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 3 | 0 | 1.00 | 0.99 | 0.13 | 359.46 | 0.99 | 0.44 |
| Hex | DF | 1 | 3 | 0 | 64 | 63 | D | 167 | 63 | 2C |
| Octal | 337 | 1 | 3 | 0 | 144 | 143 | 15 | 547 | 143 | 54 |
| Binary | 11011111 | 1 | 11 | 0 | 1100100 | 1100011 | 1101 | 101100111 | 1100011 | 101100 |
Color Harmonies of #DF0103
Complementary color
Monochromatic Colors of #DF0103
Black with #DF0103
Text Example
Text Example
White with #DF0103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0103; }
p { color: rgb(223,1,3); }
H1.HeaderClassName
{
color: #DF0103;
}
.AnyTagClassName
{
color: #DF0103;
}
</style>
background-color css
<style>
a { background-color: #DF0103; }
a { background-color: rgb(223,1,3); }
div.DivClassName
{
background-color: #DF0103;
}
.BgClassName
{
background-color: #DF0103;
}
</style>
border-color css
<style>
span { border-color: #DF0103; }
span { border-color: rgb(223,1,3); }
td.TdClassName
{
border-color: #DF0103;
}
.TagClassName
{
border-color: #DF0103;
}
</style>