Shades of Fire Engine Red #DF091A
Tints of Fire Engine Red #DF091A
RGB
CMYK
RGB Variations
Color information
#DF091A (or 0xDF091A) is known color: Fire Engine Red. HEX triplet: DF, 09 and 1A. RGB value is (223,9,26). Sum of RGB (Red+Green+Blue) = 223+9+26=258 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.43% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 223 - color contains mainly: red. Hex color #DF091A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF091A is #20F6E5. Grayscale: #4B4B4B. Windows color (decimal): -2160358 or 1706463. OLE color: 1706463.
HSL color Cylindrical-coordinate representation of color #DF091A: hue angle of 355.23º 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 #DF091A is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 26 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.13 |
| HSL | 355.23º | 0.92% | 0.45% | - |
| HSV(B) | 355.23º | 0.96% | 0.87% | - |
| XYZ | 30.72 | 15.96 | 2.44 | - |
| YUV | 74.92 | 100.4 | 233.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 26 | 0 | 0.96 | 0.88 | 0.13 | 355.23 | 0.92 | 0.45 |
| Hex | DF | 9 | 1A | 0 | 60 | 58 | D | 163 | 5C | 2D |
| Octal | 337 | 11 | 32 | 0 | 140 | 130 | 15 | 543 | 134 | 55 |
| Binary | 11011111 | 1001 | 11010 | 0 | 1100000 | 1011000 | 1101 | 101100011 | 1011100 | 101101 |
Color Harmonies of #DF091A
Complementary color
Monochromatic Colors of #DF091A
Black with #DF091A
Text Example
Text Example
White with #DF091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF091A; }
p { color: rgb(223,9,26); }
H1.HeaderClassName
{
color: #DF091A;
}
.AnyTagClassName
{
color: #DF091A;
}
</style>
background-color css
<style>
a { background-color: #DF091A; }
a { background-color: rgb(223,9,26); }
div.DivClassName
{
background-color: #DF091A;
}
.BgClassName
{
background-color: #DF091A;
}
</style>
border-color css
<style>
span { border-color: #DF091A; }
span { border-color: rgb(223,9,26); }
td.TdClassName
{
border-color: #DF091A;
}
.TagClassName
{
border-color: #DF091A;
}
</style>