Shades of Fire Engine Red #DF131A
Tints of Fire Engine Red #DF131A
RGB
CMYK
RGB Variations
Color information
#DF131A (or 0xDF131A) is known color: Fire Engine Red. HEX triplet: DF, 13 and 1A. RGB value is (223,19,26). Sum of RGB (Red+Green+Blue) = 223+19+26=268 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.21% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 223 - color contains mainly: red. Hex color #DF131A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF131A is #20ECE5. Grayscale: #505050. Windows color (decimal): -2157798 or 1709023. OLE color: 1709023.
HSL color Cylindrical-coordinate representation of color #DF131A: hue angle of 357.94º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF131A is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 26 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.13 |
| HSL | 357.94º | 0.84% | 0.47% | - |
| HSV(B) | 357.94º | 0.91% | 0.87% | - |
| XYZ | 30.85 | 16.23 | 2.48 | - |
| YUV | 80.79 | 97.09 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 26 | 0 | 0.91 | 0.88 | 0.13 | 357.94 | 0.84 | 0.47 |
| Hex | DF | 13 | 1A | 0 | 5B | 58 | D | 166 | 54 | 2F |
| Octal | 337 | 23 | 32 | 0 | 133 | 130 | 15 | 546 | 124 | 57 |
| Binary | 11011111 | 10011 | 11010 | 0 | 1011011 | 1011000 | 1101 | 101100110 | 1010100 | 101111 |
Color Harmonies of #DF131A
Complementary color
Monochromatic Colors of #DF131A
Black with #DF131A
Text Example
Text Example
White with #DF131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF131A; }
p { color: rgb(223,19,26); }
H1.HeaderClassName
{
color: #DF131A;
}
.AnyTagClassName
{
color: #DF131A;
}
</style>
background-color css
<style>
a { background-color: #DF131A; }
a { background-color: rgb(223,19,26); }
div.DivClassName
{
background-color: #DF131A;
}
.BgClassName
{
background-color: #DF131A;
}
</style>
border-color css
<style>
span { border-color: #DF131A; }
span { border-color: rgb(223,19,26); }
td.TdClassName
{
border-color: #DF131A;
}
.TagClassName
{
border-color: #DF131A;
}
</style>