Shades of Fire Engine Red #DD1A26
Tints of Fire Engine Red #DD1A26
RGB
CMYK
RGB Variations
Color information
#DD1A26 (or 0xDD1A26) is known color: Fire Engine Red. HEX triplet: DD, 1A and 26. RGB value is (221,26,38). Sum of RGB (Red+Green+Blue) = 221+26+38=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1A26 is #22E5D9. Grayscale: #555555. Windows color (decimal): -2287066 or 2497245. OLE color: 2497245.
HSL color Cylindrical-coordinate representation of color #DD1A26: hue angle of 356.31º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1A26 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 26 | 38 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.13 |
| HSL | 356.31º | 0.79% | 0.48% | - |
| HSV(B) | 356.31º | 0.88% | 0.87% | - |
| XYZ | 30.54 | 16.25 | 3.36 | - |
| YUV | 85.67 | 101.1 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 26 | 38 | 0 | 0.88 | 0.83 | 0.13 | 356.31 | 0.79 | 0.48 |
| Hex | DD | 1A | 26 | 0 | 58 | 53 | D | 164 | 4F | 30 |
| Octal | 335 | 32 | 46 | 0 | 130 | 123 | 15 | 544 | 117 | 60 |
| Binary | 11011101 | 11010 | 100110 | 0 | 1011000 | 1010011 | 1101 | 101100100 | 1001111 | 110000 |
Color Harmonies of #DD1A26
Complementary color
Monochromatic Colors of #DD1A26
Black with #DD1A26
Text Example
Text Example
White with #DD1A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1A26; }
p { color: rgb(221,26,38); }
H1.HeaderClassName
{
color: #DD1A26;
}
.AnyTagClassName
{
color: #DD1A26;
}
</style>
background-color css
<style>
a { background-color: #DD1A26; }
a { background-color: rgb(221,26,38); }
div.DivClassName
{
background-color: #DD1A26;
}
.BgClassName
{
background-color: #DD1A26;
}
</style>
border-color css
<style>
span { border-color: #DD1A26; }
span { border-color: rgb(221,26,38); }
td.TdClassName
{
border-color: #DD1A26;
}
.TagClassName
{
border-color: #DD1A26;
}
</style>