Shades of Venetian Red #DF001A
Tints of Venetian Red #DF001A
RGB
CMYK
RGB Variations
Color information
#DF001A (or 0xDF001A) is known color: Venetian Red. HEX triplet: DF, 00 and 1A. RGB value is (223,0,26). Sum of RGB (Red+Green+Blue) = 223+0+26=249 (32% of max value = 765). Red value is 223 (87.5% from 255 or 89.56% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 223 - color contains mainly: red. Hex color #DF001A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF001A is #20FFE5. Grayscale: #454545. Windows color (decimal): -2162662 or 1704159. OLE color: 1704159.
HSL color Cylindrical-coordinate representation of color #DF001A: hue angle of 353º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF001A is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.88 | 0.13 |
| HSL | 353º | 1% | 0.44% | - |
| HSV(B) | 353º | 1% | 0.87% | - |
| XYZ | 30.62 | 15.76 | 2.41 | - |
| YUV | 69.64 | 103.38 | 237.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 26 | 0 | 1 | 0.88 | 0.13 | 353 | 1 | 0.44 |
| Hex | DF | 0 | 1A | 0 | 64 | 58 | D | 161 | 64 | 2C |
| Octal | 337 | 0 | 32 | 0 | 144 | 130 | 15 | 541 | 144 | 54 |
| Binary | 11011111 | 0 | 11010 | 0 | 1100100 | 1011000 | 1101 | 101100001 | 1100100 | 101100 |
Color Harmonies of #DF001A
Complementary color
Monochromatic Colors of #DF001A
Black with #DF001A
Text Example
Text Example
White with #DF001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF001A; }
p { color: rgb(223,0,26); }
H1.HeaderClassName
{
color: #DF001A;
}
.AnyTagClassName
{
color: #DF001A;
}
</style>
background-color css
<style>
a { background-color: #DF001A; }
a { background-color: rgb(223,0,26); }
div.DivClassName
{
background-color: #DF001A;
}
.BgClassName
{
background-color: #DF001A;
}
</style>
border-color css
<style>
span { border-color: #DF001A; }
span { border-color: rgb(223,0,26); }
td.TdClassName
{
border-color: #DF001A;
}
.TagClassName
{
border-color: #DF001A;
}
</style>