Shades of Fire Engine Red #DD0B1B
Tints of Fire Engine Red #DD0B1B
RGB
CMYK
RGB Variations
Color information
#DD0B1B (or 0xDD0B1B) is known color: Fire Engine Red. HEX triplet: DD, 0B and 1B. RGB value is (221,11,27). Sum of RGB (Red+Green+Blue) = 221+11+27=259 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.33% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0B1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0B1B is #22F4E4. Grayscale: #4B4B4B. Windows color (decimal): -2290917 or 1772509. OLE color: 1772509.
HSL color Cylindrical-coordinate representation of color #DD0B1B: hue angle of 355.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0B1B is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 11 | 27 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.13 |
| HSL | 355.43º | 0.91% | 0.45% | - |
| HSV(B) | 355.43º | 0.95% | 0.87% | - |
| XYZ | 30.14 | 15.69 | 2.48 | - |
| YUV | 75.61 | 100.57 | 231.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 11 | 27 | 0 | 0.95 | 0.88 | 0.13 | 355.43 | 0.91 | 0.45 |
| Hex | DD | B | 1B | 0 | 5F | 58 | D | 163 | 5B | 2D |
| Octal | 335 | 13 | 33 | 0 | 137 | 130 | 15 | 543 | 133 | 55 |
| Binary | 11011101 | 1011 | 11011 | 0 | 1011111 | 1011000 | 1101 | 101100011 | 1011011 | 101101 |
Color Harmonies of #DD0B1B
Complementary color
Monochromatic Colors of #DD0B1B
Black with #DD0B1B
Text Example
Text Example
White with #DD0B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0B1B; }
p { color: rgb(221,11,27); }
H1.HeaderClassName
{
color: #DD0B1B;
}
.AnyTagClassName
{
color: #DD0B1B;
}
</style>
background-color css
<style>
a { background-color: #DD0B1B; }
a { background-color: rgb(221,11,27); }
div.DivClassName
{
background-color: #DD0B1B;
}
.BgClassName
{
background-color: #DD0B1B;
}
</style>
border-color css
<style>
span { border-color: #DD0B1B; }
span { border-color: rgb(221,11,27); }
td.TdClassName
{
border-color: #DD0B1B;
}
.TagClassName
{
border-color: #DD0B1B;
}
</style>