Shades of Fire Engine Red #DD2023
Tints of Fire Engine Red #DD2023
RGB
CMYK
RGB Variations
Color information
#DD2023 (or 0xDD2023) is known color: Fire Engine Red. HEX triplet: DD, 20 and 23. RGB value is (221,32,35). Sum of RGB (Red+Green+Blue) = 221+32+35=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2023 is #22DFDC. Grayscale: #595959. Windows color (decimal): -2285533 or 2302173. OLE color: 2302173.
HSL color Cylindrical-coordinate representation of color #DD2023: hue angle of 359.05º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD2023 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 35 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.13 |
| HSL | 359.05º | 0.75% | 0.5% | - |
| HSV(B) | 359.05º | 0.86% | 0.87% | - |
| XYZ | 30.64 | 16.53 | 3.17 | - |
| YUV | 88.85 | 97.62 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 35 | 0 | 0.86 | 0.84 | 0.13 | 359.05 | 0.75 | 0.5 |
| Hex | DD | 20 | 23 | 0 | 56 | 54 | D | 167 | 4B | 32 |
| Octal | 335 | 40 | 43 | 0 | 126 | 124 | 15 | 547 | 113 | 62 |
| Binary | 11011101 | 100000 | 100011 | 0 | 1010110 | 1010100 | 1101 | 101100111 | 1001011 | 110010 |
Color Harmonies of #DD2023
Complementary color
Monochromatic Colors of #DD2023
Black with #DD2023
Text Example
Text Example
White with #DD2023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2023; }
p { color: rgb(221,32,35); }
H1.HeaderClassName
{
color: #DD2023;
}
.AnyTagClassName
{
color: #DD2023;
}
</style>
background-color css
<style>
a { background-color: #DD2023; }
a { background-color: rgb(221,32,35); }
div.DivClassName
{
background-color: #DD2023;
}
.BgClassName
{
background-color: #DD2023;
}
</style>
border-color css
<style>
span { border-color: #DD2023; }
span { border-color: rgb(221,32,35); }
td.TdClassName
{
border-color: #DD2023;
}
.TagClassName
{
border-color: #DD2023;
}
</style>