Shades of Venetian Red #DF001B
Tints of Venetian Red #DF001B
RGB
CMYK
RGB Variations
Color information
#DF001B (or 0xDF001B) is known color: Venetian Red. HEX triplet: DF, 00 and 1B. RGB value is (223,0,27). Sum of RGB (Red+Green+Blue) = 223+0+27=250 (33% of max value = 765). Red value is 223 (87.5% from 255 or 89.2% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 223 - color contains mainly: red. Hex color #DF001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF001B is #20FFE4. Grayscale: #454545. Windows color (decimal): -2162661 or 1769695. OLE color: 1769695.
HSL color Cylindrical-coordinate representation of color #DF001B: hue angle of 352.74º 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 #DF001B is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.88 | 0.13 |
| HSL | 352.74º | 1% | 0.44% | - |
| HSV(B) | 352.74º | 1% | 0.87% | - |
| XYZ | 30.63 | 15.77 | 2.47 | - |
| YUV | 69.76 | 103.88 | 237.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 27 | 0 | 1 | 0.88 | 0.13 | 352.74 | 1 | 0.44 |
| Hex | DF | 0 | 1B | 0 | 64 | 58 | D | 161 | 64 | 2C |
| Octal | 337 | 0 | 33 | 0 | 144 | 130 | 15 | 541 | 144 | 54 |
| Binary | 11011111 | 0 | 11011 | 0 | 1100100 | 1011000 | 1101 | 101100001 | 1100100 | 101100 |
Color Harmonies of #DF001B
Complementary color
Monochromatic Colors of #DF001B
Black with #DF001B
Text Example
Text Example
White with #DF001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF001B; }
p { color: rgb(223,0,27); }
H1.HeaderClassName
{
color: #DF001B;
}
.AnyTagClassName
{
color: #DF001B;
}
</style>
background-color css
<style>
a { background-color: #DF001B; }
a { background-color: rgb(223,0,27); }
div.DivClassName
{
background-color: #DF001B;
}
.BgClassName
{
background-color: #DF001B;
}
</style>
border-color css
<style>
span { border-color: #DF001B; }
span { border-color: rgb(223,0,27); }
td.TdClassName
{
border-color: #DF001B;
}
.TagClassName
{
border-color: #DF001B;
}
</style>