Shades of Fire Engine Red #D9142B
Tints of Fire Engine Red #D9142B
RGB
CMYK
RGB Variations
Color information
#D9142B (or 0xD9142B) is known color: Fire Engine Red. HEX triplet: D9, 14 and 2B. RGB value is (217,20,43). Sum of RGB (Red+Green+Blue) = 217+20+43=280 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.5% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 217 - color contains mainly: red. Hex color #D9142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9142B is #26EBD4. Grayscale: #515151. Windows color (decimal): -2550741 or 2823385. OLE color: 2823385.
HSL color Cylindrical-coordinate representation of color #D9142B: hue angle of 352.99º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9142B is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 43 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.15 |
| HSL | 352.99º | 0.83% | 0.46% | - |
| HSV(B) | 352.99º | 0.91% | 0.85% | - |
| XYZ | 29.3 | 15.43 | 3.72 | - |
| YUV | 81.53 | 106.27 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 43 | 0 | 0.91 | 0.80 | 0.15 | 352.99 | 0.83 | 0.46 |
| Hex | D9 | 14 | 2B | 0 | 5B | 50 | F | 161 | 53 | 2E |
| Octal | 331 | 24 | 53 | 0 | 133 | 120 | 17 | 541 | 123 | 56 |
| Binary | 11011001 | 10100 | 101011 | 0 | 1011011 | 1010000 | 1111 | 101100001 | 1010011 | 101110 |
Color Harmonies of #D9142B
Complementary color
Monochromatic Colors of #D9142B
Black with #D9142B
Text Example
Text Example
White with #D9142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9142B; }
p { color: rgb(217,20,43); }
H1.HeaderClassName
{
color: #D9142B;
}
.AnyTagClassName
{
color: #D9142B;
}
</style>
background-color css
<style>
a { background-color: #D9142B; }
a { background-color: rgb(217,20,43); }
div.DivClassName
{
background-color: #D9142B;
}
.BgClassName
{
background-color: #D9142B;
}
</style>
border-color css
<style>
span { border-color: #D9142B; }
span { border-color: rgb(217,20,43); }
td.TdClassName
{
border-color: #D9142B;
}
.TagClassName
{
border-color: #D9142B;
}
</style>