Shades of Fire Engine Red #D50921
Tints of Fire Engine Red #D50921
RGB
CMYK
RGB Variations
Color information
#D50921 (or 0xD50921) is known color: Fire Engine Red. HEX triplet: D5, 09 and 21. RGB value is (213,9,33). Sum of RGB (Red+Green+Blue) = 213+9+33=255 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.53% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 213 - color contains mainly: red. Hex color #D50921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50921 is #2AF6DE. Grayscale: #484848. Windows color (decimal): -2815711 or 2165205. OLE color: 2165205.
HSL color Cylindrical-coordinate representation of color #D50921: hue angle of 352.94º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50921 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 33 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.16 |
| HSL | 352.94º | 0.92% | 0.44% | - |
| HSV(B) | 352.94º | 0.96% | 0.84% | - |
| XYZ | 27.81 | 14.45 | 2.76 | - |
| YUV | 72.73 | 105.59 | 228.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 33 | 0 | 0.96 | 0.85 | 0.16 | 352.94 | 0.92 | 0.44 |
| Hex | D5 | 9 | 21 | 0 | 60 | 55 | 10 | 161 | 5C | 2C |
| Octal | 325 | 11 | 41 | 0 | 140 | 125 | 20 | 541 | 134 | 54 |
| Binary | 11010101 | 1001 | 100001 | 0 | 1100000 | 1010101 | 10000 | 101100001 | 1011100 | 101100 |
Color Harmonies of #D50921
Complementary color
Monochromatic Colors of #D50921
Black with #D50921
Text Example
Text Example
White with #D50921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50921; }
p { color: rgb(213,9,33); }
H1.HeaderClassName
{
color: #D50921;
}
.AnyTagClassName
{
color: #D50921;
}
</style>
background-color css
<style>
a { background-color: #D50921; }
a { background-color: rgb(213,9,33); }
div.DivClassName
{
background-color: #D50921;
}
.BgClassName
{
background-color: #D50921;
}
</style>
border-color css
<style>
span { border-color: #D50921; }
span { border-color: rgb(213,9,33); }
td.TdClassName
{
border-color: #D50921;
}
.TagClassName
{
border-color: #D50921;
}
</style>