Shades of Fire Engine Red #DD0925
Tints of Fire Engine Red #DD0925
RGB
CMYK
RGB Variations
Color information
#DD0925 (or 0xDD0925) is known color: Fire Engine Red. HEX triplet: DD, 09 and 25. RGB value is (221,9,37). Sum of RGB (Red+Green+Blue) = 221+9+37=267 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.77% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0925 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0925 is #22F6DA. Grayscale: #4B4B4B. Windows color (decimal): -2291419 or 2427357. OLE color: 2427357.
HSL color Cylindrical-coordinate representation of color #DD0925: hue angle of 352.08º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0925 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 37 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.13 |
| HSL | 352.08º | 0.92% | 0.45% | - |
| HSV(B) | 352.08º | 0.96% | 0.87% | - |
| XYZ | 30.25 | 15.7 | 3.19 | - |
| YUV | 75.58 | 106.24 | 231.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 37 | 0 | 0.96 | 0.83 | 0.13 | 352.08 | 0.92 | 0.45 |
| Hex | DD | 9 | 25 | 0 | 60 | 53 | D | 160 | 5C | 2D |
| Octal | 335 | 11 | 45 | 0 | 140 | 123 | 15 | 540 | 134 | 55 |
| Binary | 11011101 | 1001 | 100101 | 0 | 1100000 | 1010011 | 1101 | 101100000 | 1011100 | 101101 |
Color Harmonies of #DD0925
Complementary color
Monochromatic Colors of #DD0925
Black with #DD0925
Text Example
Text Example
White with #DD0925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0925; }
p { color: rgb(221,9,37); }
H1.HeaderClassName
{
color: #DD0925;
}
.AnyTagClassName
{
color: #DD0925;
}
</style>
background-color css
<style>
a { background-color: #DD0925; }
a { background-color: rgb(221,9,37); }
div.DivClassName
{
background-color: #DD0925;
}
.BgClassName
{
background-color: #DD0925;
}
</style>
border-color css
<style>
span { border-color: #DD0925; }
span { border-color: rgb(221,9,37); }
td.TdClassName
{
border-color: #DD0925;
}
.TagClassName
{
border-color: #DD0925;
}
</style>