Shades of Fire Engine Red #DD101D
Tints of Fire Engine Red #DD101D
RGB
CMYK
RGB Variations
Color information
#DD101D (or 0xDD101D) is known color: Fire Engine Red. HEX triplet: DD, 10 and 1D. RGB value is (221,16,29). Sum of RGB (Red+Green+Blue) = 221+16+29=266 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.08% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 221 - color contains mainly: red. Hex color #DD101D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD101D is #22EFE2. Grayscale: #4E4E4E. Windows color (decimal): -2289635 or 1904861. OLE color: 1904861.
HSL color Cylindrical-coordinate representation of color #DD101D: hue angle of 356.2º degrees, saturation: 0.86, 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 #DD101D is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 29 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.13 |
| HSL | 356.2º | 0.86% | 0.46% | - |
| HSV(B) | 356.2º | 0.93% | 0.87% | - |
| XYZ | 30.23 | 15.83 | 2.63 | - |
| YUV | 78.78 | 99.92 | 229.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 29 | 0 | 0.93 | 0.87 | 0.13 | 356.2 | 0.86 | 0.46 |
| Hex | DD | 10 | 1D | 0 | 5D | 57 | D | 164 | 56 | 2E |
| Octal | 335 | 20 | 35 | 0 | 135 | 127 | 15 | 544 | 126 | 56 |
| Binary | 11011101 | 10000 | 11101 | 0 | 1011101 | 1010111 | 1101 | 101100100 | 1010110 | 101110 |
Color Harmonies of #DD101D
Complementary color
Monochromatic Colors of #DD101D
Black with #DD101D
Text Example
Text Example
White with #DD101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD101D; }
p { color: rgb(221,16,29); }
H1.HeaderClassName
{
color: #DD101D;
}
.AnyTagClassName
{
color: #DD101D;
}
</style>
background-color css
<style>
a { background-color: #DD101D; }
a { background-color: rgb(221,16,29); }
div.DivClassName
{
background-color: #DD101D;
}
.BgClassName
{
background-color: #DD101D;
}
</style>
border-color css
<style>
span { border-color: #DD101D; }
span { border-color: rgb(221,16,29); }
td.TdClassName
{
border-color: #DD101D;
}
.TagClassName
{
border-color: #DD101D;
}
</style>