Shades of Venetian Red #DF090B
Tints of Venetian Red #DF090B
RGB
CMYK
RGB Variations
Color information
#DF090B (or 0xDF090B) is known color: Venetian Red. HEX triplet: DF, 09 and 0B. RGB value is (223,9,11). Sum of RGB (Red+Green+Blue) = 223+9+11=243 (32% of max value = 765). Red value is 223 (87.5% from 255 or 91.77% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 223 - color contains mainly: red. Hex color #DF090B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF090B is #20F6F4. Grayscale: #494949. Windows color (decimal): -2160373 or 723423. OLE color: 723423.
HSL color Cylindrical-coordinate representation of color #DF090B: hue angle of 359.44º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF090B is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 11 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.13 |
| HSL | 359.44º | 0.92% | 0.45% | - |
| HSV(B) | 359.44º | 0.96% | 0.87% | - |
| XYZ | 30.59 | 15.91 | 1.77 | - |
| YUV | 73.21 | 92.9 | 234.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 11 | 0 | 0.96 | 0.95 | 0.13 | 359.44 | 0.92 | 0.45 |
| Hex | DF | 9 | B | 0 | 60 | 5F | D | 167 | 5C | 2D |
| Octal | 337 | 11 | 13 | 0 | 140 | 137 | 15 | 547 | 134 | 55 |
| Binary | 11011111 | 1001 | 1011 | 0 | 1100000 | 1011111 | 1101 | 101100111 | 1011100 | 101101 |
Color Harmonies of #DF090B
Complementary color
Monochromatic Colors of #DF090B
Black with #DF090B
Text Example
Text Example
White with #DF090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF090B; }
p { color: rgb(223,9,11); }
H1.HeaderClassName
{
color: #DF090B;
}
.AnyTagClassName
{
color: #DF090B;
}
</style>
background-color css
<style>
a { background-color: #DF090B; }
a { background-color: rgb(223,9,11); }
div.DivClassName
{
background-color: #DF090B;
}
.BgClassName
{
background-color: #DF090B;
}
</style>
border-color css
<style>
span { border-color: #DF090B; }
span { border-color: rgb(223,9,11); }
td.TdClassName
{
border-color: #DF090B;
}
.TagClassName
{
border-color: #DF090B;
}
</style>