Shades of Fire Engine Red #DD101F
Tints of Fire Engine Red #DD101F
RGB
CMYK
RGB Variations
Color information
#DD101F (or 0xDD101F) is known color: Fire Engine Red. HEX triplet: DD, 10 and 1F. RGB value is (221,16,31). Sum of RGB (Red+Green+Blue) = 221+16+31=268 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.46% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 221 - color contains mainly: red. Hex color #DD101F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD101F is #22EFE0. Grayscale: #4F4F4F. Windows color (decimal): -2289633 or 2035933. OLE color: 2035933.
HSL color Cylindrical-coordinate representation of color #DD101F: hue angle of 355.61º 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 #DD101F is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 31 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.13 |
| HSL | 355.61º | 0.86% | 0.46% | - |
| HSV(B) | 355.61º | 0.93% | 0.87% | - |
| XYZ | 30.25 | 15.84 | 2.76 | - |
| YUV | 79.01 | 100.92 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 31 | 0 | 0.93 | 0.86 | 0.13 | 355.61 | 0.86 | 0.46 |
| Hex | DD | 10 | 1F | 0 | 5D | 56 | D | 164 | 56 | 2E |
| Octal | 335 | 20 | 37 | 0 | 135 | 126 | 15 | 544 | 126 | 56 |
| Binary | 11011101 | 10000 | 11111 | 0 | 1011101 | 1010110 | 1101 | 101100100 | 1010110 | 101110 |
Color Harmonies of #DD101F
Complementary color
Monochromatic Colors of #DD101F
Black with #DD101F
Text Example
Text Example
White with #DD101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD101F; }
p { color: rgb(221,16,31); }
H1.HeaderClassName
{
color: #DD101F;
}
.AnyTagClassName
{
color: #DD101F;
}
</style>
background-color css
<style>
a { background-color: #DD101F; }
a { background-color: rgb(221,16,31); }
div.DivClassName
{
background-color: #DD101F;
}
.BgClassName
{
background-color: #DD101F;
}
</style>
border-color css
<style>
span { border-color: #DD101F; }
span { border-color: rgb(221,16,31); }
td.TdClassName
{
border-color: #DD101F;
}
.TagClassName
{
border-color: #DD101F;
}
</style>