Shades of Fire Engine Red #D9142C
Tints of Fire Engine Red #D9142C
RGB
CMYK
RGB Variations
Color information
#D9142C (or 0xD9142C) is known color: Fire Engine Red. HEX triplet: D9, 14 and 2C. RGB value is (217,20,44). Sum of RGB (Red+Green+Blue) = 217+20+44=281 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.22% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 217 - color contains mainly: red. Hex color #D9142C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9142C is #26EBD3. Grayscale: #515151. Windows color (decimal): -2550740 or 2888921. OLE color: 2888921.
HSL color Cylindrical-coordinate representation of color #D9142C: hue angle of 352.69º 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 #D9142C is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 44 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.15 |
| HSL | 352.69º | 0.83% | 0.46% | - |
| HSV(B) | 352.69º | 0.91% | 0.85% | - |
| XYZ | 29.32 | 15.43 | 3.82 | - |
| YUV | 81.64 | 106.77 | 224.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 44 | 0 | 0.91 | 0.80 | 0.15 | 352.69 | 0.83 | 0.46 |
| Hex | D9 | 14 | 2C | 0 | 5B | 50 | F | 161 | 53 | 2E |
| Octal | 331 | 24 | 54 | 0 | 133 | 120 | 17 | 541 | 123 | 56 |
| Binary | 11011001 | 10100 | 101100 | 0 | 1011011 | 1010000 | 1111 | 101100001 | 1010011 | 101110 |
Color Harmonies of #D9142C
Complementary color
Monochromatic Colors of #D9142C
Black with #D9142C
Text Example
Text Example
White with #D9142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9142C; }
p { color: rgb(217,20,44); }
H1.HeaderClassName
{
color: #D9142C;
}
.AnyTagClassName
{
color: #D9142C;
}
</style>
background-color css
<style>
a { background-color: #D9142C; }
a { background-color: rgb(217,20,44); }
div.DivClassName
{
background-color: #D9142C;
}
.BgClassName
{
background-color: #D9142C;
}
</style>
border-color css
<style>
span { border-color: #D9142C; }
span { border-color: rgb(217,20,44); }
td.TdClassName
{
border-color: #D9142C;
}
.TagClassName
{
border-color: #D9142C;
}
</style>