Shades of Fire Engine Red #DF1A24
Tints of Fire Engine Red #DF1A24
RGB
CMYK
RGB Variations
Color information
#DF1A24 (or 0xDF1A24) is known color: Fire Engine Red. HEX triplet: DF, 1A and 24. RGB value is (223,26,36). Sum of RGB (Red+Green+Blue) = 223+26+36=285 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.25% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1A24 is #20E5DB. Grayscale: #565656. Windows color (decimal): -2155996 or 2366175. OLE color: 2366175.
HSL color Cylindrical-coordinate representation of color #DF1A24: hue angle of 356.95º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1A24 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 26 | 36 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.13 |
| HSL | 356.95º | 0.79% | 0.49% | - |
| HSV(B) | 356.95º | 0.88% | 0.87% | - |
| XYZ | 31.12 | 16.55 | 3.22 | - |
| YUV | 86.04 | 99.77 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 26 | 36 | 0 | 0.88 | 0.84 | 0.13 | 356.95 | 0.79 | 0.49 |
| Hex | DF | 1A | 24 | 0 | 58 | 54 | D | 165 | 4F | 31 |
| Octal | 337 | 32 | 44 | 0 | 130 | 124 | 15 | 545 | 117 | 61 |
| Binary | 11011111 | 11010 | 100100 | 0 | 1011000 | 1010100 | 1101 | 101100101 | 1001111 | 110001 |
Color Harmonies of #DF1A24
Complementary color
Monochromatic Colors of #DF1A24
Black with #DF1A24
Text Example
Text Example
White with #DF1A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1A24; }
p { color: rgb(223,26,36); }
H1.HeaderClassName
{
color: #DF1A24;
}
.AnyTagClassName
{
color: #DF1A24;
}
</style>
background-color css
<style>
a { background-color: #DF1A24; }
a { background-color: rgb(223,26,36); }
div.DivClassName
{
background-color: #DF1A24;
}
.BgClassName
{
background-color: #DF1A24;
}
</style>
border-color css
<style>
span { border-color: #DF1A24; }
span { border-color: rgb(223,26,36); }
td.TdClassName
{
border-color: #DF1A24;
}
.TagClassName
{
border-color: #DF1A24;
}
</style>