Shades of Fire Engine Red #DD0323
Tints of Fire Engine Red #DD0323
RGB
CMYK
RGB Variations
Color information
#DD0323 (or 0xDD0323) is known color: Fire Engine Red. HEX triplet: DD, 03 and 23. RGB value is (221,3,35). Sum of RGB (Red+Green+Blue) = 221+3+35=259 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.33% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0323 is #22FCDC. Grayscale: #474747. Windows color (decimal): -2292957 or 2294749. OLE color: 2294749.
HSL color Cylindrical-coordinate representation of color #DD0323: hue angle of 351.19º 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 #DD0323 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 35 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.13 |
| HSL | 351.19º | 0.97% | 0.44% | - |
| HSV(B) | 351.19º | 0.99% | 0.87% | - |
| XYZ | 30.15 | 15.56 | 3 | - |
| YUV | 71.83 | 107.22 | 234.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 35 | 0 | 0.99 | 0.84 | 0.13 | 351.19 | 0.97 | 0.44 |
| Hex | DD | 3 | 23 | 0 | 63 | 54 | D | 15F | 61 | 2C |
| Octal | 335 | 3 | 43 | 0 | 143 | 124 | 15 | 537 | 141 | 54 |
| Binary | 11011101 | 11 | 100011 | 0 | 1100011 | 1010100 | 1101 | 101011111 | 1100001 | 101100 |
Color Harmonies of #DD0323
Complementary color
Monochromatic Colors of #DD0323
Black with #DD0323
Text Example
Text Example
White with #DD0323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0323; }
p { color: rgb(221,3,35); }
H1.HeaderClassName
{
color: #DD0323;
}
.AnyTagClassName
{
color: #DD0323;
}
</style>
background-color css
<style>
a { background-color: #DD0323; }
a { background-color: rgb(221,3,35); }
div.DivClassName
{
background-color: #DD0323;
}
.BgClassName
{
background-color: #DD0323;
}
</style>
border-color css
<style>
span { border-color: #DD0323; }
span { border-color: rgb(221,3,35); }
td.TdClassName
{
border-color: #DD0323;
}
.TagClassName
{
border-color: #DD0323;
}
</style>