Shades of Fire Engine Red #D11223
Tints of Fire Engine Red #D11223
RGB
CMYK
RGB Variations
Color information
#D11223 (or 0xD11223) is known color: Fire Engine Red. HEX triplet: D1, 12 and 23. RGB value is (209,18,35). Sum of RGB (Red+Green+Blue) = 209+18+35=262 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.77% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 209 - color contains mainly: red. Hex color #D11223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11223 is #2EEDDC. Grayscale: #4D4D4D. Windows color (decimal): -3075549 or 2298577. OLE color: 2298577.
HSL color Cylindrical-coordinate representation of color #D11223: hue angle of 354.66º 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 #D11223 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 35 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.18 |
| HSL | 354.66º | 0.84% | 0.45% | - |
| HSV(B) | 354.66º | 0.91% | 0.82% | - |
| XYZ | 26.81 | 14.11 | 2.9 | - |
| YUV | 77.05 | 104.28 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 35 | 0 | 0.91 | 0.83 | 0.18 | 354.66 | 0.84 | 0.45 |
| Hex | D1 | 12 | 23 | 0 | 5B | 53 | 12 | 163 | 54 | 2D |
| Octal | 321 | 22 | 43 | 0 | 133 | 123 | 22 | 543 | 124 | 55 |
| Binary | 11010001 | 10010 | 100011 | 0 | 1011011 | 1010011 | 10010 | 101100011 | 1010100 | 101101 |
Color Harmonies of #D11223
Complementary color
Monochromatic Colors of #D11223
Black with #D11223
Text Example
Text Example
White with #D11223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11223; }
p { color: rgb(209,18,35); }
H1.HeaderClassName
{
color: #D11223;
}
.AnyTagClassName
{
color: #D11223;
}
</style>
background-color css
<style>
a { background-color: #D11223; }
a { background-color: rgb(209,18,35); }
div.DivClassName
{
background-color: #D11223;
}
.BgClassName
{
background-color: #D11223;
}
</style>
border-color css
<style>
span { border-color: #D11223; }
span { border-color: rgb(209,18,35); }
td.TdClassName
{
border-color: #D11223;
}
.TagClassName
{
border-color: #D11223;
}
</style>