Shades of Fire Engine Red #DF151D
Tints of Fire Engine Red #DF151D
RGB
CMYK
RGB Variations
Color information
#DF151D (or 0xDF151D) is known color: Fire Engine Red. HEX triplet: DF, 15 and 1D. RGB value is (223,21,29). Sum of RGB (Red+Green+Blue) = 223+21+29=273 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.68% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 223 - color contains mainly: red. Hex color #DF151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF151D is #20EAE2. Grayscale: #525252. Windows color (decimal): -2157283 or 1906143. OLE color: 1906143.
HSL color Cylindrical-coordinate representation of color #DF151D: hue angle of 357.62º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF151D is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 29 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.13 |
| HSL | 357.62º | 0.83% | 0.48% | - |
| HSV(B) | 357.62º | 0.91% | 0.87% | - |
| XYZ | 30.92 | 16.31 | 2.68 | - |
| YUV | 82.31 | 97.92 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 29 | 0 | 0.91 | 0.87 | 0.13 | 357.62 | 0.83 | 0.48 |
| Hex | DF | 15 | 1D | 0 | 5B | 57 | D | 166 | 53 | 30 |
| Octal | 337 | 25 | 35 | 0 | 133 | 127 | 15 | 546 | 123 | 60 |
| Binary | 11011111 | 10101 | 11101 | 0 | 1011011 | 1010111 | 1101 | 101100110 | 1010011 | 110000 |
Color Harmonies of #DF151D
Complementary color
Monochromatic Colors of #DF151D
Black with #DF151D
Text Example
Text Example
White with #DF151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF151D; }
p { color: rgb(223,21,29); }
H1.HeaderClassName
{
color: #DF151D;
}
.AnyTagClassName
{
color: #DF151D;
}
</style>
background-color css
<style>
a { background-color: #DF151D; }
a { background-color: rgb(223,21,29); }
div.DivClassName
{
background-color: #DF151D;
}
.BgClassName
{
background-color: #DF151D;
}
</style>
border-color css
<style>
span { border-color: #DF151D; }
span { border-color: rgb(223,21,29); }
td.TdClassName
{
border-color: #DF151D;
}
.TagClassName
{
border-color: #DF151D;
}
</style>