Shades of Fire Engine Red #D2141B
Tints of Fire Engine Red #D2141B
RGB
CMYK
RGB Variations
Color information
#D2141B (or 0xD2141B) is known color: Fire Engine Red. HEX triplet: D2, 14 and 1B. RGB value is (210,20,27). Sum of RGB (Red+Green+Blue) = 210+20+27=257 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.71% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 210 - color contains mainly: red. Hex color #D2141B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2141B is #2DEBE4. Grayscale: #4D4D4D. Windows color (decimal): -3009509 or 1774802. OLE color: 1774802.
HSL color Cylindrical-coordinate representation of color #D2141B: hue angle of 357.79º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2141B is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 27 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.18 |
| HSL | 357.79º | 0.83% | 0.45% | - |
| HSV(B) | 357.79º | 0.9% | 0.82% | - |
| XYZ | 27.03 | 14.28 | 2.37 | - |
| YUV | 77.61 | 99.45 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 27 | 0 | 0.90 | 0.87 | 0.18 | 357.79 | 0.83 | 0.45 |
| Hex | D2 | 14 | 1B | 0 | 5A | 57 | 12 | 166 | 53 | 2D |
| Octal | 322 | 24 | 33 | 0 | 132 | 127 | 22 | 546 | 123 | 55 |
| Binary | 11010010 | 10100 | 11011 | 0 | 1011010 | 1010111 | 10010 | 101100110 | 1010011 | 101101 |
Color Harmonies of #D2141B
Complementary color
Monochromatic Colors of #D2141B
Black with #D2141B
Text Example
Text Example
White with #D2141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2141B; }
p { color: rgb(210,20,27); }
H1.HeaderClassName
{
color: #D2141B;
}
.AnyTagClassName
{
color: #D2141B;
}
</style>
background-color css
<style>
a { background-color: #D2141B; }
a { background-color: rgb(210,20,27); }
div.DivClassName
{
background-color: #D2141B;
}
.BgClassName
{
background-color: #D2141B;
}
</style>
border-color css
<style>
span { border-color: #D2141B; }
span { border-color: rgb(210,20,27); }
td.TdClassName
{
border-color: #D2141B;
}
.TagClassName
{
border-color: #D2141B;
}
</style>