Shades of Fire Engine Red #DD101B
Tints of Fire Engine Red #DD101B
RGB
CMYK
RGB Variations
Color information
#DD101B (or 0xDD101B) is known color: Fire Engine Red. HEX triplet: DD, 10 and 1B. RGB value is (221,16,27). Sum of RGB (Red+Green+Blue) = 221+16+27=264 (34% of max value = 765). Red value is 221 (86.72% from 255 or 83.71% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 221 - color contains mainly: red. Hex color #DD101B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD101B is #22EFE4. Grayscale: #4E4E4E. Windows color (decimal): -2289637 or 1773789. OLE color: 1773789.
HSL color Cylindrical-coordinate representation of color #DD101B: hue angle of 356.78º 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 #DD101B is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 27 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.13 |
| HSL | 356.78º | 0.86% | 0.46% | - |
| HSV(B) | 356.78º | 0.93% | 0.87% | - |
| XYZ | 30.2 | 15.82 | 2.5 | - |
| YUV | 78.55 | 98.92 | 229.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 27 | 0 | 0.93 | 0.88 | 0.13 | 356.78 | 0.86 | 0.46 |
| Hex | DD | 10 | 1B | 0 | 5D | 58 | D | 165 | 56 | 2E |
| Octal | 335 | 20 | 33 | 0 | 135 | 130 | 15 | 545 | 126 | 56 |
| Binary | 11011101 | 10000 | 11011 | 0 | 1011101 | 1011000 | 1101 | 101100101 | 1010110 | 101110 |
Color Harmonies of #DD101B
Complementary color
Monochromatic Colors of #DD101B
Black with #DD101B
Text Example
Text Example
White with #DD101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD101B; }
p { color: rgb(221,16,27); }
H1.HeaderClassName
{
color: #DD101B;
}
.AnyTagClassName
{
color: #DD101B;
}
</style>
background-color css
<style>
a { background-color: #DD101B; }
a { background-color: rgb(221,16,27); }
div.DivClassName
{
background-color: #DD101B;
}
.BgClassName
{
background-color: #DD101B;
}
</style>
border-color css
<style>
span { border-color: #DD101B; }
span { border-color: rgb(221,16,27); }
td.TdClassName
{
border-color: #DD101B;
}
.TagClassName
{
border-color: #DD101B;
}
</style>