Shades of Fire Engine Red #D50D1D
Tints of Fire Engine Red #D50D1D
RGB
CMYK
RGB Variations
Color information
#D50D1D (or 0xD50D1D) is known color: Fire Engine Red. HEX triplet: D5, 0D and 1D. RGB value is (213,13,29). Sum of RGB (Red+Green+Blue) = 213+13+29=255 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.53% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50D1D is #2AF2E2. Grayscale: #4A4A4A. Windows color (decimal): -2814691 or 1904085. OLE color: 1904085.
HSL color Cylindrical-coordinate representation of color #D50D1D: hue angle of 355.2º 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 #D50D1D is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 13 | 29 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.16 |
| HSL | 355.2º | 0.88% | 0.44% | - |
| HSV(B) | 355.2º | 0.94% | 0.84% | - |
| XYZ | 27.81 | 14.52 | 2.5 | - |
| YUV | 74.62 | 102.26 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 29 | 0 | 0.94 | 0.86 | 0.16 | 355.2 | 0.88 | 0.44 |
| Hex | D5 | D | 1D | 0 | 5E | 56 | 10 | 163 | 58 | 2C |
| Octal | 325 | 15 | 35 | 0 | 136 | 126 | 20 | 543 | 130 | 54 |
| Binary | 11010101 | 1101 | 11101 | 0 | 1011110 | 1010110 | 10000 | 101100011 | 1011000 | 101100 |
Color Harmonies of #D50D1D
Complementary color
Monochromatic Colors of #D50D1D
Black with #D50D1D
Text Example
Text Example
White with #D50D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50D1D; }
p { color: rgb(213,13,29); }
H1.HeaderClassName
{
color: #D50D1D;
}
.AnyTagClassName
{
color: #D50D1D;
}
</style>
background-color css
<style>
a { background-color: #D50D1D; }
a { background-color: rgb(213,13,29); }
div.DivClassName
{
background-color: #D50D1D;
}
.BgClassName
{
background-color: #D50D1D;
}
</style>
border-color css
<style>
span { border-color: #D50D1D; }
span { border-color: rgb(213,13,29); }
td.TdClassName
{
border-color: #D50D1D;
}
.TagClassName
{
border-color: #D50D1D;
}
</style>