Shades of Fire Engine Red #DD151A
Tints of Fire Engine Red #DD151A
RGB
CMYK
RGB Variations
Color information
#DD151A (or 0xDD151A) is known color: Fire Engine Red. HEX triplet: DD, 15 and 1A. RGB value is (221,21,26). Sum of RGB (Red+Green+Blue) = 221+21+26=268 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.46% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 221 - color contains mainly: red. Hex color #DD151A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD151A is #22EAE5. Grayscale: #515151. Windows color (decimal): -2288358 or 1709533. OLE color: 1709533.
HSL color Cylindrical-coordinate representation of color #DD151A: hue angle of 358.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD151A is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 26 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.13 |
| HSL | 358.5º | 0.83% | 0.47% | - |
| HSV(B) | 358.5º | 0.9% | 0.87% | - |
| XYZ | 30.27 | 15.98 | 2.47 | - |
| YUV | 81.37 | 96.76 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 26 | 0 | 0.90 | 0.88 | 0.13 | 358.5 | 0.83 | 0.47 |
| Hex | DD | 15 | 1A | 0 | 5A | 58 | D | 166 | 53 | 2F |
| Octal | 335 | 25 | 32 | 0 | 132 | 130 | 15 | 546 | 123 | 57 |
| Binary | 11011101 | 10101 | 11010 | 0 | 1011010 | 1011000 | 1101 | 101100110 | 1010011 | 101111 |
Color Harmonies of #DD151A
Complementary color
Monochromatic Colors of #DD151A
Black with #DD151A
Text Example
Text Example
White with #DD151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD151A; }
p { color: rgb(221,21,26); }
H1.HeaderClassName
{
color: #DD151A;
}
.AnyTagClassName
{
color: #DD151A;
}
</style>
background-color css
<style>
a { background-color: #DD151A; }
a { background-color: rgb(221,21,26); }
div.DivClassName
{
background-color: #DD151A;
}
.BgClassName
{
background-color: #DD151A;
}
</style>
border-color css
<style>
span { border-color: #DD151A; }
span { border-color: rgb(221,21,26); }
td.TdClassName
{
border-color: #DD151A;
}
.TagClassName
{
border-color: #DD151A;
}
</style>