Shades of Fire Engine Red #D50F16
Tints of Fire Engine Red #D50F16
RGB
CMYK
RGB Variations
Color information
#D50F16 (or 0xD50F16) is known color: Fire Engine Red. HEX triplet: D5, 0F and 16. RGB value is (213,15,22). Sum of RGB (Red+Green+Blue) = 213+15+22=250 (33% of max value = 765). Red value is 213 (83.59% from 255 or 85.2% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 213 - color contains mainly: red. Hex color #D50F16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50F16 is #2AF0E9. Grayscale: #4B4B4B. Windows color (decimal): -2814186 or 1445845. OLE color: 1445845.
HSL color Cylindrical-coordinate representation of color #D50F16: hue angle of 357.88º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D50F16 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 15 | 22 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.16 |
| HSL | 357.88º | 0.87% | 0.45% | - |
| HSV(B) | 357.88º | 0.93% | 0.84% | - |
| XYZ | 27.76 | 14.55 | 2.1 | - |
| YUV | 75 | 98.1 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 22 | 0 | 0.93 | 0.90 | 0.16 | 357.88 | 0.87 | 0.45 |
| Hex | D5 | F | 16 | 0 | 5D | 5A | 10 | 166 | 57 | 2D |
| Octal | 325 | 17 | 26 | 0 | 135 | 132 | 20 | 546 | 127 | 55 |
| Binary | 11010101 | 1111 | 10110 | 0 | 1011101 | 1011010 | 10000 | 101100110 | 1010111 | 101101 |
Color Harmonies of #D50F16
Complementary color
Monochromatic Colors of #D50F16
Black with #D50F16
Text Example
Text Example
White with #D50F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50F16; }
p { color: rgb(213,15,22); }
H1.HeaderClassName
{
color: #D50F16;
}
.AnyTagClassName
{
color: #D50F16;
}
</style>
background-color css
<style>
a { background-color: #D50F16; }
a { background-color: rgb(213,15,22); }
div.DivClassName
{
background-color: #D50F16;
}
.BgClassName
{
background-color: #D50F16;
}
</style>
border-color css
<style>
span { border-color: #D50F16; }
span { border-color: rgb(213,15,22); }
td.TdClassName
{
border-color: #D50F16;
}
.TagClassName
{
border-color: #D50F16;
}
</style>