Shades of Fire Engine Red #D11225
Tints of Fire Engine Red #D11225
RGB
CMYK
RGB Variations
Color information
#D11225 (or 0xD11225) is known color: Fire Engine Red. HEX triplet: D1, 12 and 25. RGB value is (209,18,37). Sum of RGB (Red+Green+Blue) = 209+18+37=264 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.17% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 209 - color contains mainly: red. Hex color #D11225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11225 is #2EEDDA. Grayscale: #4D4D4D. Windows color (decimal): -3075547 or 2429649. OLE color: 2429649.
HSL color Cylindrical-coordinate representation of color #D11225: hue angle of 354.03º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D11225 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 37 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.18 |
| HSL | 354.03º | 0.84% | 0.45% | - |
| HSV(B) | 354.03º | 0.91% | 0.82% | - |
| XYZ | 26.84 | 14.12 | 3.06 | - |
| YUV | 77.28 | 105.28 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 37 | 0 | 0.91 | 0.82 | 0.18 | 354.03 | 0.84 | 0.45 |
| Hex | D1 | 12 | 25 | 0 | 5B | 52 | 12 | 162 | 54 | 2D |
| Octal | 321 | 22 | 45 | 0 | 133 | 122 | 22 | 542 | 124 | 55 |
| Binary | 11010001 | 10010 | 100101 | 0 | 1011011 | 1010010 | 10010 | 101100010 | 1010100 | 101101 |
Color Harmonies of #D11225
Complementary color
Monochromatic Colors of #D11225
Black with #D11225
Text Example
Text Example
White with #D11225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11225; }
p { color: rgb(209,18,37); }
H1.HeaderClassName
{
color: #D11225;
}
.AnyTagClassName
{
color: #D11225;
}
</style>
background-color css
<style>
a { background-color: #D11225; }
a { background-color: rgb(209,18,37); }
div.DivClassName
{
background-color: #D11225;
}
.BgClassName
{
background-color: #D11225;
}
</style>
border-color css
<style>
span { border-color: #D11225; }
span { border-color: rgb(209,18,37); }
td.TdClassName
{
border-color: #D11225;
}
.TagClassName
{
border-color: #D11225;
}
</style>