Shades of Fire Engine Red #DD1A1F
Tints of Fire Engine Red #DD1A1F
RGB
CMYK
RGB Variations
Color information
#DD1A1F (or 0xDD1A1F) is known color: Fire Engine Red. HEX triplet: DD, 1A and 1F. RGB value is (221,26,31). Sum of RGB (Red+Green+Blue) = 221+26+31=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1A1F is #22E5E0. Grayscale: #555555. Windows color (decimal): -2287073 or 2038493. OLE color: 2038493.
HSL color Cylindrical-coordinate representation of color #DD1A1F: hue angle of 358.46º 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 #DD1A1F is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 26 | 31 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.13 |
| HSL | 358.46º | 0.79% | 0.48% | - |
| HSV(B) | 358.46º | 0.88% | 0.87% | - |
| XYZ | 30.44 | 16.21 | 2.82 | - |
| YUV | 84.88 | 97.6 | 225.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 26 | 31 | 0 | 0.88 | 0.86 | 0.13 | 358.46 | 0.79 | 0.48 |
| Hex | DD | 1A | 1F | 0 | 58 | 56 | D | 166 | 4F | 30 |
| Octal | 335 | 32 | 37 | 0 | 130 | 126 | 15 | 546 | 117 | 60 |
| Binary | 11011101 | 11010 | 11111 | 0 | 1011000 | 1010110 | 1101 | 101100110 | 1001111 | 110000 |
Color Harmonies of #DD1A1F
Complementary color
Monochromatic Colors of #DD1A1F
Black with #DD1A1F
Text Example
Text Example
White with #DD1A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1A1F; }
p { color: rgb(221,26,31); }
H1.HeaderClassName
{
color: #DD1A1F;
}
.AnyTagClassName
{
color: #DD1A1F;
}
</style>
background-color css
<style>
a { background-color: #DD1A1F; }
a { background-color: rgb(221,26,31); }
div.DivClassName
{
background-color: #DD1A1F;
}
.BgClassName
{
background-color: #DD1A1F;
}
</style>
border-color css
<style>
span { border-color: #DD1A1F; }
span { border-color: rgb(221,26,31); }
td.TdClassName
{
border-color: #DD1A1F;
}
.TagClassName
{
border-color: #DD1A1F;
}
</style>