Shades of Fire Engine Red #DD1B21
Tints of Fire Engine Red #DD1B21
RGB
CMYK
RGB Variations
Color information
#DD1B21 (or 0xDD1B21) is known color: Fire Engine Red. HEX triplet: DD, 1B and 21. RGB value is (221,27,33). Sum of RGB (Red+Green+Blue) = 221+27+33=281 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.65% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1B21 is #22E4DE. Grayscale: #555555. Windows color (decimal): -2286815 or 2169821. OLE color: 2169821.
HSL color Cylindrical-coordinate representation of color #DD1B21: hue angle of 358.14º degrees, saturation: 0.78, 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 #DD1B21 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 33 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.13 |
| HSL | 358.14º | 0.78% | 0.49% | - |
| HSV(B) | 358.14º | 0.88% | 0.87% | - |
| XYZ | 30.49 | 16.27 | 2.97 | - |
| YUV | 85.69 | 98.27 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 33 | 0 | 0.88 | 0.85 | 0.13 | 358.14 | 0.78 | 0.49 |
| Hex | DD | 1B | 21 | 0 | 58 | 55 | D | 166 | 4E | 31 |
| Octal | 335 | 33 | 41 | 0 | 130 | 125 | 15 | 546 | 116 | 61 |
| Binary | 11011101 | 11011 | 100001 | 0 | 1011000 | 1010101 | 1101 | 101100110 | 1001110 | 110001 |
Color Harmonies of #DD1B21
Complementary color
Monochromatic Colors of #DD1B21
Black with #DD1B21
Text Example
Text Example
White with #DD1B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1B21; }
p { color: rgb(221,27,33); }
H1.HeaderClassName
{
color: #DD1B21;
}
.AnyTagClassName
{
color: #DD1B21;
}
</style>
background-color css
<style>
a { background-color: #DD1B21; }
a { background-color: rgb(221,27,33); }
div.DivClassName
{
background-color: #DD1B21;
}
.BgClassName
{
background-color: #DD1B21;
}
</style>
border-color css
<style>
span { border-color: #DD1B21; }
span { border-color: rgb(221,27,33); }
td.TdClassName
{
border-color: #DD1B21;
}
.TagClassName
{
border-color: #DD1B21;
}
</style>