Shades of Fire Engine Red #D11D23
Tints of Fire Engine Red #D11D23
RGB
CMYK
RGB Variations
Color information
#D11D23 (or 0xD11D23) is known color: Fire Engine Red. HEX triplet: D1, 1D and 23. RGB value is (209,29,35). Sum of RGB (Red+Green+Blue) = 209+29+35=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11D23 is #2EE2DC. Grayscale: #535353. Windows color (decimal): -3072733 or 2301393. OLE color: 2301393.
HSL color Cylindrical-coordinate representation of color #D11D23: hue angle of 358º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11D23 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 29 | 35 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.18 |
| HSL | 358º | 0.76% | 0.47% | - |
| HSV(B) | 358º | 0.86% | 0.82% | - |
| XYZ | 27.04 | 14.56 | 2.97 | - |
| YUV | 83.5 | 100.63 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 29 | 35 | 0 | 0.86 | 0.83 | 0.18 | 358 | 0.76 | 0.47 |
| Hex | D1 | 1D | 23 | 0 | 56 | 53 | 12 | 166 | 4C | 2F |
| Octal | 321 | 35 | 43 | 0 | 126 | 123 | 22 | 546 | 114 | 57 |
| Binary | 11010001 | 11101 | 100011 | 0 | 1010110 | 1010011 | 10010 | 101100110 | 1001100 | 101111 |
Color Harmonies of #D11D23
Complementary color
Monochromatic Colors of #D11D23
Black with #D11D23
Text Example
Text Example
White with #D11D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11D23; }
p { color: rgb(209,29,35); }
H1.HeaderClassName
{
color: #D11D23;
}
.AnyTagClassName
{
color: #D11D23;
}
</style>
background-color css
<style>
a { background-color: #D11D23; }
a { background-color: rgb(209,29,35); }
div.DivClassName
{
background-color: #D11D23;
}
.BgClassName
{
background-color: #D11D23;
}
</style>
border-color css
<style>
span { border-color: #D11D23; }
span { border-color: rgb(209,29,35); }
td.TdClassName
{
border-color: #D11D23;
}
.TagClassName
{
border-color: #D11D23;
}
</style>