Shades of Fire Engine Red #DD1025
Tints of Fire Engine Red #DD1025
RGB
CMYK
RGB Variations
Color information
#DD1025 (or 0xDD1025) is known color: Fire Engine Red. HEX triplet: DD, 10 and 25. RGB value is (221,16,37). Sum of RGB (Red+Green+Blue) = 221+16+37=274 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.66% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1025 is #22EFDA. Grayscale: #4F4F4F. Windows color (decimal): -2289627 or 2429149. OLE color: 2429149.
HSL color Cylindrical-coordinate representation of color #DD1025: hue angle of 353.85º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1025 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 37 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.13 |
| HSL | 353.85º | 0.86% | 0.46% | - |
| HSV(B) | 353.85º | 0.93% | 0.87% | - |
| XYZ | 30.34 | 15.88 | 3.22 | - |
| YUV | 79.69 | 103.92 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 37 | 0 | 0.93 | 0.83 | 0.13 | 353.85 | 0.86 | 0.46 |
| Hex | DD | 10 | 25 | 0 | 5D | 53 | D | 162 | 56 | 2E |
| Octal | 335 | 20 | 45 | 0 | 135 | 123 | 15 | 542 | 126 | 56 |
| Binary | 11011101 | 10000 | 100101 | 0 | 1011101 | 1010011 | 1101 | 101100010 | 1010110 | 101110 |
Color Harmonies of #DD1025
Complementary color
Monochromatic Colors of #DD1025
Black with #DD1025
Text Example
Text Example
White with #DD1025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1025; }
p { color: rgb(221,16,37); }
H1.HeaderClassName
{
color: #DD1025;
}
.AnyTagClassName
{
color: #DD1025;
}
</style>
background-color css
<style>
a { background-color: #DD1025; }
a { background-color: rgb(221,16,37); }
div.DivClassName
{
background-color: #DD1025;
}
.BgClassName
{
background-color: #DD1025;
}
</style>
border-color css
<style>
span { border-color: #DD1025; }
span { border-color: rgb(221,16,37); }
td.TdClassName
{
border-color: #DD1025;
}
.TagClassName
{
border-color: #DD1025;
}
</style>