Shades of Fire Engine Red #D50D1E
Tints of Fire Engine Red #D50D1E
RGB
CMYK
RGB Variations
Color information
#D50D1E (or 0xD50D1E) is known color: Fire Engine Red. HEX triplet: D5, 0D and 1E. RGB value is (213,13,30). Sum of RGB (Red+Green+Blue) = 213+13+30=256 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.20% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50D1E is #2AF2E1. Grayscale: #4A4A4A. Windows color (decimal): -2814690 or 1969621. OLE color: 1969621.
HSL color Cylindrical-coordinate representation of color #D50D1E: hue angle of 354.9º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50D1E is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 13 | 30 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.16 |
| HSL | 354.9º | 0.88% | 0.44% | - |
| HSV(B) | 354.9º | 0.94% | 0.84% | - |
| XYZ | 27.82 | 14.53 | 2.57 | - |
| YUV | 74.74 | 102.76 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 30 | 0 | 0.94 | 0.86 | 0.16 | 354.9 | 0.88 | 0.44 |
| Hex | D5 | D | 1E | 0 | 5E | 56 | 10 | 163 | 58 | 2C |
| Octal | 325 | 15 | 36 | 0 | 136 | 126 | 20 | 543 | 130 | 54 |
| Binary | 11010101 | 1101 | 11110 | 0 | 1011110 | 1010110 | 10000 | 101100011 | 1011000 | 101100 |
Color Harmonies of #D50D1E
Complementary color
Monochromatic Colors of #D50D1E
Black with #D50D1E
Text Example
Text Example
White with #D50D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50D1E; }
p { color: rgb(213,13,30); }
H1.HeaderClassName
{
color: #D50D1E;
}
.AnyTagClassName
{
color: #D50D1E;
}
</style>
background-color css
<style>
a { background-color: #D50D1E; }
a { background-color: rgb(213,13,30); }
div.DivClassName
{
background-color: #D50D1E;
}
.BgClassName
{
background-color: #D50D1E;
}
</style>
border-color css
<style>
span { border-color: #D50D1E; }
span { border-color: rgb(213,13,30); }
td.TdClassName
{
border-color: #D50D1E;
}
.TagClassName
{
border-color: #D50D1E;
}
</style>