Shades of Fire Engine Red #DD0A1E
Tints of Fire Engine Red #DD0A1E
RGB
CMYK
RGB Variations
Color information
#DD0A1E (or 0xDD0A1E) is known color: Fire Engine Red. HEX triplet: DD, 0A and 1E. RGB value is (221,10,30). Sum of RGB (Red+Green+Blue) = 221+10+30=261 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.67% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0A1E is #22F5E1. Grayscale: #4B4B4B. Windows color (decimal): -2291170 or 1968861. OLE color: 1968861.
HSL color Cylindrical-coordinate representation of color #DD0A1E: hue angle of 354.31º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0A1E is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 30 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.13 |
| HSL | 354.31º | 0.91% | 0.45% | - |
| HSV(B) | 354.31º | 0.95% | 0.87% | - |
| XYZ | 30.16 | 15.68 | 2.67 | - |
| YUV | 75.37 | 102.4 | 231.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 30 | 0 | 0.95 | 0.86 | 0.13 | 354.31 | 0.91 | 0.45 |
| Hex | DD | A | 1E | 0 | 5F | 56 | D | 162 | 5B | 2D |
| Octal | 335 | 12 | 36 | 0 | 137 | 126 | 15 | 542 | 133 | 55 |
| Binary | 11011101 | 1010 | 11110 | 0 | 1011111 | 1010110 | 1101 | 101100010 | 1011011 | 101101 |
Color Harmonies of #DD0A1E
Complementary color
Monochromatic Colors of #DD0A1E
Black with #DD0A1E
Text Example
Text Example
White with #DD0A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0A1E; }
p { color: rgb(221,10,30); }
H1.HeaderClassName
{
color: #DD0A1E;
}
.AnyTagClassName
{
color: #DD0A1E;
}
</style>
background-color css
<style>
a { background-color: #DD0A1E; }
a { background-color: rgb(221,10,30); }
div.DivClassName
{
background-color: #DD0A1E;
}
.BgClassName
{
background-color: #DD0A1E;
}
</style>
border-color css
<style>
span { border-color: #DD0A1E; }
span { border-color: rgb(221,10,30); }
td.TdClassName
{
border-color: #DD0A1E;
}
.TagClassName
{
border-color: #DD0A1E;
}
</style>