Shades of Fire Engine Red #DD1523
Tints of Fire Engine Red #DD1523
RGB
CMYK
RGB Variations
Color information
#DD1523 (or 0xDD1523) is known color: Fire Engine Red. HEX triplet: DD, 15 and 23. RGB value is (221,21,35). Sum of RGB (Red+Green+Blue) = 221+21+35=277 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.78% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1523 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1523 is #22EADC. Grayscale: #525252. Windows color (decimal): -2288349 or 2299357. OLE color: 2299357.
HSL color Cylindrical-coordinate representation of color #DD1523: hue angle of 355.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1523 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 35 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.13 |
| HSL | 355.8º | 0.83% | 0.47% | - |
| HSV(B) | 355.8º | 0.9% | 0.87% | - |
| XYZ | 30.39 | 16.03 | 3.08 | - |
| YUV | 82.4 | 101.26 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 35 | 0 | 0.90 | 0.84 | 0.13 | 355.8 | 0.83 | 0.47 |
| Hex | DD | 15 | 23 | 0 | 5A | 54 | D | 164 | 53 | 2F |
| Octal | 335 | 25 | 43 | 0 | 132 | 124 | 15 | 544 | 123 | 57 |
| Binary | 11011101 | 10101 | 100011 | 0 | 1011010 | 1010100 | 1101 | 101100100 | 1010011 | 101111 |
Color Harmonies of #DD1523
Complementary color
Monochromatic Colors of #DD1523
Black with #DD1523
Text Example
Text Example
White with #DD1523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1523; }
p { color: rgb(221,21,35); }
H1.HeaderClassName
{
color: #DD1523;
}
.AnyTagClassName
{
color: #DD1523;
}
</style>
background-color css
<style>
a { background-color: #DD1523; }
a { background-color: rgb(221,21,35); }
div.DivClassName
{
background-color: #DD1523;
}
.BgClassName
{
background-color: #DD1523;
}
</style>
border-color css
<style>
span { border-color: #DD1523; }
span { border-color: rgb(221,21,35); }
td.TdClassName
{
border-color: #DD1523;
}
.TagClassName
{
border-color: #DD1523;
}
</style>