Shades of Fire Engine Red #D50E1E
Tints of Fire Engine Red #D50E1E
RGB
CMYK
RGB Variations
Color information
#D50E1E (or 0xD50E1E) is known color: Fire Engine Red. HEX triplet: D5, 0E and 1E. RGB value is (213,14,30). Sum of RGB (Red+Green+Blue) = 213+14+30=257 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.88% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 213 - color contains mainly: red. Hex color #D50E1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50E1E is #2AF1E1. Grayscale: #4B4B4B. Windows color (decimal): -2814434 or 1969877. OLE color: 1969877.
HSL color Cylindrical-coordinate representation of color #D50E1E: hue angle of 355.18º degrees, saturation: 0.88, 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 #D50E1E is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 14 | 30 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.16 |
| HSL | 355.18º | 0.88% | 0.45% | - |
| HSV(B) | 355.18º | 0.93% | 0.84% | - |
| XYZ | 27.83 | 14.55 | 2.57 | - |
| YUV | 75.33 | 102.43 | 226.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 14 | 30 | 0 | 0.93 | 0.86 | 0.16 | 355.18 | 0.88 | 0.45 |
| Hex | D5 | E | 1E | 0 | 5D | 56 | 10 | 163 | 58 | 2D |
| Octal | 325 | 16 | 36 | 0 | 135 | 126 | 20 | 543 | 130 | 55 |
| Binary | 11010101 | 1110 | 11110 | 0 | 1011101 | 1010110 | 10000 | 101100011 | 1011000 | 101101 |
Color Harmonies of #D50E1E
Complementary color
Monochromatic Colors of #D50E1E
Black with #D50E1E
Text Example
Text Example
White with #D50E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50E1E; }
p { color: rgb(213,14,30); }
H1.HeaderClassName
{
color: #D50E1E;
}
.AnyTagClassName
{
color: #D50E1E;
}
</style>
background-color css
<style>
a { background-color: #D50E1E; }
a { background-color: rgb(213,14,30); }
div.DivClassName
{
background-color: #D50E1E;
}
.BgClassName
{
background-color: #D50E1E;
}
</style>
border-color css
<style>
span { border-color: #D50E1E; }
span { border-color: rgb(213,14,30); }
td.TdClassName
{
border-color: #D50E1E;
}
.TagClassName
{
border-color: #D50E1E;
}
</style>