Shades of Fire Engine Red #DF1A25
Tints of Fire Engine Red #DF1A25
RGB
CMYK
RGB Variations
Color information
#DF1A25 (or 0xDF1A25) is known color: Fire Engine Red. HEX triplet: DF, 1A and 25. RGB value is (223,26,37). Sum of RGB (Red+Green+Blue) = 223+26+37=286 (37% of max value = 765). Red value is 223 (87.5% from 255 or 77.97% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1A25 is #20E5DA. Grayscale: #565656. Windows color (decimal): -2155995 or 2431711. OLE color: 2431711.
HSL color Cylindrical-coordinate representation of color #DF1A25: hue angle of 356.65º 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 #DF1A25 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 26 | 37 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.13 |
| HSL | 356.65º | 0.79% | 0.49% | - |
| HSV(B) | 356.65º | 0.88% | 0.87% | - |
| XYZ | 31.13 | 16.56 | 3.31 | - |
| YUV | 86.16 | 100.27 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 26 | 37 | 0 | 0.88 | 0.83 | 0.13 | 356.65 | 0.79 | 0.49 |
| Hex | DF | 1A | 25 | 0 | 58 | 53 | D | 165 | 4F | 31 |
| Octal | 337 | 32 | 45 | 0 | 130 | 123 | 15 | 545 | 117 | 61 |
| Binary | 11011111 | 11010 | 100101 | 0 | 1011000 | 1010011 | 1101 | 101100101 | 1001111 | 110001 |
Color Harmonies of #DF1A25
Complementary color
Monochromatic Colors of #DF1A25
Black with #DF1A25
Text Example
Text Example
White with #DF1A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1A25; }
p { color: rgb(223,26,37); }
H1.HeaderClassName
{
color: #DF1A25;
}
.AnyTagClassName
{
color: #DF1A25;
}
</style>
background-color css
<style>
a { background-color: #DF1A25; }
a { background-color: rgb(223,26,37); }
div.DivClassName
{
background-color: #DF1A25;
}
.BgClassName
{
background-color: #DF1A25;
}
</style>
border-color css
<style>
span { border-color: #DF1A25; }
span { border-color: rgb(223,26,37); }
td.TdClassName
{
border-color: #DF1A25;
}
.TagClassName
{
border-color: #DF1A25;
}
</style>