Shades of Fire Engine Red #D50D23
Tints of Fire Engine Red #D50D23
RGB
CMYK
RGB Variations
Color information
#D50D23 (or 0xD50D23) is known color: Fire Engine Red. HEX triplet: D5, 0D and 23. RGB value is (213,13,35). Sum of RGB (Red+Green+Blue) = 213+13+35=261 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.61% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50D23 is #2AF2DC. Grayscale: #4B4B4B. Windows color (decimal): -2814685 or 2297301. OLE color: 2297301.
HSL color Cylindrical-coordinate representation of color #D50D23: hue angle of 353.4º 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 #D50D23 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 13 | 35 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.16 |
| HSL | 353.4º | 0.88% | 0.44% | - |
| HSV(B) | 353.4º | 0.94% | 0.84% | - |
| XYZ | 27.89 | 14.56 | 2.93 | - |
| YUV | 75.31 | 105.26 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 35 | 0 | 0.94 | 0.84 | 0.16 | 353.4 | 0.88 | 0.44 |
| Hex | D5 | D | 23 | 0 | 5E | 54 | 10 | 161 | 58 | 2C |
| Octal | 325 | 15 | 43 | 0 | 136 | 124 | 20 | 541 | 130 | 54 |
| Binary | 11010101 | 1101 | 100011 | 0 | 1011110 | 1010100 | 10000 | 101100001 | 1011000 | 101100 |
Color Harmonies of #D50D23
Complementary color
Monochromatic Colors of #D50D23
Black with #D50D23
Text Example
Text Example
White with #D50D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50D23; }
p { color: rgb(213,13,35); }
H1.HeaderClassName
{
color: #D50D23;
}
.AnyTagClassName
{
color: #D50D23;
}
</style>
background-color css
<style>
a { background-color: #D50D23; }
a { background-color: rgb(213,13,35); }
div.DivClassName
{
background-color: #D50D23;
}
.BgClassName
{
background-color: #D50D23;
}
</style>
border-color css
<style>
span { border-color: #D50D23; }
span { border-color: rgb(213,13,35); }
td.TdClassName
{
border-color: #D50D23;
}
.TagClassName
{
border-color: #D50D23;
}
</style>