Shades of Fire Engine Red #DD191A
Tints of Fire Engine Red #DD191A
RGB
CMYK
RGB Variations
Color information
#DD191A (or 0xDD191A) is known color: Fire Engine Red. HEX triplet: DD, 19 and 1A. RGB value is (221,25,26). Sum of RGB (Red+Green+Blue) = 221+25+26=272 (36% of max value = 765). Red value is 221 (86.72% from 255 or 81.25% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 221 - color contains mainly: red. Hex color #DD191A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD191A is #22E6E5. Grayscale: #535353. Windows color (decimal): -2287334 or 1710557. OLE color: 1710557.
HSL color Cylindrical-coordinate representation of color #DD191A: hue angle of 359.69º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD191A is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 26 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.13 |
| HSL | 359.69º | 0.8% | 0.48% | - |
| HSV(B) | 359.69º | 0.89% | 0.87% | - |
| XYZ | 30.35 | 16.14 | 2.49 | - |
| YUV | 83.72 | 95.43 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 26 | 0 | 0.89 | 0.88 | 0.13 | 359.69 | 0.8 | 0.48 |
| Hex | DD | 19 | 1A | 0 | 59 | 58 | D | 168 | 50 | 30 |
| Octal | 335 | 31 | 32 | 0 | 131 | 130 | 15 | 550 | 120 | 60 |
| Binary | 11011101 | 11001 | 11010 | 0 | 1011001 | 1011000 | 1101 | 101101000 | 1010000 | 110000 |
Color Harmonies of #DD191A
Complementary color
Monochromatic Colors of #DD191A
Black with #DD191A
Text Example
Text Example
White with #DD191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD191A; }
p { color: rgb(221,25,26); }
H1.HeaderClassName
{
color: #DD191A;
}
.AnyTagClassName
{
color: #DD191A;
}
</style>
background-color css
<style>
a { background-color: #DD191A; }
a { background-color: rgb(221,25,26); }
div.DivClassName
{
background-color: #DD191A;
}
.BgClassName
{
background-color: #DD191A;
}
</style>
border-color css
<style>
span { border-color: #DD191A; }
span { border-color: rgb(221,25,26); }
td.TdClassName
{
border-color: #DD191A;
}
.TagClassName
{
border-color: #DD191A;
}
</style>