Shades of Fire Engine Red #DD0325
Tints of Fire Engine Red #DD0325
RGB
CMYK
RGB Variations
Color information
#DD0325 (or 0xDD0325) is known color: Fire Engine Red. HEX triplet: DD, 03 and 25. RGB value is (221,3,37). Sum of RGB (Red+Green+Blue) = 221+3+37=261 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.67% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0325 is #22FCDA. Grayscale: #484848. Windows color (decimal): -2292955 or 2425821. OLE color: 2425821.
HSL color Cylindrical-coordinate representation of color #DD0325: hue angle of 350.64º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0325 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 37 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.13 |
| HSL | 350.64º | 0.97% | 0.44% | - |
| HSV(B) | 350.64º | 0.99% | 0.87% | - |
| XYZ | 30.19 | 15.57 | 3.16 | - |
| YUV | 72.06 | 108.22 | 234.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 37 | 0 | 0.99 | 0.83 | 0.13 | 350.64 | 0.97 | 0.44 |
| Hex | DD | 3 | 25 | 0 | 63 | 53 | D | 15F | 61 | 2C |
| Octal | 335 | 3 | 45 | 0 | 143 | 123 | 15 | 537 | 141 | 54 |
| Binary | 11011101 | 11 | 100101 | 0 | 1100011 | 1010011 | 1101 | 101011111 | 1100001 | 101100 |
Color Harmonies of #DD0325
Complementary color
Monochromatic Colors of #DD0325
Black with #DD0325
Text Example
Text Example
White with #DD0325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0325; }
p { color: rgb(221,3,37); }
H1.HeaderClassName
{
color: #DD0325;
}
.AnyTagClassName
{
color: #DD0325;
}
</style>
background-color css
<style>
a { background-color: #DD0325; }
a { background-color: rgb(221,3,37); }
div.DivClassName
{
background-color: #DD0325;
}
.BgClassName
{
background-color: #DD0325;
}
</style>
border-color css
<style>
span { border-color: #DD0325; }
span { border-color: rgb(221,3,37); }
td.TdClassName
{
border-color: #DD0325;
}
.TagClassName
{
border-color: #DD0325;
}
</style>