Shades of Fire Engine Red #DD0F23
Tints of Fire Engine Red #DD0F23
RGB
CMYK
RGB Variations
Color information
#DD0F23 (or 0xDD0F23) is known color: Fire Engine Red. HEX triplet: DD, 0F and 23. RGB value is (221,15,35). Sum of RGB (Red+Green+Blue) = 221+15+35=271 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.55% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 35 (14.06% from 255 or 12.92% from 271); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0F23 is #22F0DC. Grayscale: #4E4E4E. Windows color (decimal): -2289885 or 2297821. OLE color: 2297821.
HSL color Cylindrical-coordinate representation of color #DD0F23: hue angle of 354.17º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD0F23 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 35 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.13 |
| HSL | 354.17º | 0.87% | 0.46% | - |
| HSV(B) | 354.17º | 0.93% | 0.87% | - |
| XYZ | 30.29 | 15.84 | 3.05 | - |
| YUV | 78.87 | 103.25 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 35 | 0 | 0.93 | 0.84 | 0.13 | 354.17 | 0.87 | 0.46 |
| Hex | DD | F | 23 | 0 | 5D | 54 | D | 162 | 57 | 2E |
| Octal | 335 | 17 | 43 | 0 | 135 | 124 | 15 | 542 | 127 | 56 |
| Binary | 11011101 | 1111 | 100011 | 0 | 1011101 | 1010100 | 1101 | 101100010 | 1010111 | 101110 |
Color Harmonies of #DD0F23
Complementary color
Monochromatic Colors of #DD0F23
Black with #DD0F23
Text Example
Text Example
White with #DD0F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0F23; }
p { color: rgb(221,15,35); }
H1.HeaderClassName
{
color: #DD0F23;
}
.AnyTagClassName
{
color: #DD0F23;
}
</style>
background-color css
<style>
a { background-color: #DD0F23; }
a { background-color: rgb(221,15,35); }
div.DivClassName
{
background-color: #DD0F23;
}
.BgClassName
{
background-color: #DD0F23;
}
</style>
border-color css
<style>
span { border-color: #DD0F23; }
span { border-color: rgb(221,15,35); }
td.TdClassName
{
border-color: #DD0F23;
}
.TagClassName
{
border-color: #DD0F23;
}
</style>