Shades of Fire Engine Red #D50820
Tints of Fire Engine Red #D50820
RGB
CMYK
RGB Variations
Color information
#D50820 (or 0xD50820) is known color: Fire Engine Red. HEX triplet: D5, 08 and 20. RGB value is (213,8,32). Sum of RGB (Red+Green+Blue) = 213+8+32=253 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.19% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 213 - color contains mainly: red. Hex color #D50820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50820 is #2AF7DF. Grayscale: #484848. Windows color (decimal): -2815968 or 2099413. OLE color: 2099413.
HSL color Cylindrical-coordinate representation of color #D50820: hue angle of 352.98º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50820 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 32 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.16 |
| HSL | 352.98º | 0.93% | 0.43% | - |
| HSV(B) | 352.98º | 0.96% | 0.84% | - |
| XYZ | 27.79 | 14.42 | 2.69 | - |
| YUV | 72.03 | 105.42 | 228.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 32 | 0 | 0.96 | 0.85 | 0.16 | 352.98 | 0.93 | 0.43 |
| Hex | D5 | 8 | 20 | 0 | 60 | 55 | 10 | 161 | 5D | 2B |
| Octal | 325 | 10 | 40 | 0 | 140 | 125 | 20 | 541 | 135 | 53 |
| Binary | 11010101 | 1000 | 100000 | 0 | 1100000 | 1010101 | 10000 | 101100001 | 1011101 | 101011 |
Color Harmonies of #D50820
Complementary color
Monochromatic Colors of #D50820
Black with #D50820
Text Example
Text Example
White with #D50820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50820; }
p { color: rgb(213,8,32); }
H1.HeaderClassName
{
color: #D50820;
}
.AnyTagClassName
{
color: #D50820;
}
</style>
background-color css
<style>
a { background-color: #D50820; }
a { background-color: rgb(213,8,32); }
div.DivClassName
{
background-color: #D50820;
}
.BgClassName
{
background-color: #D50820;
}
</style>
border-color css
<style>
span { border-color: #D50820; }
span { border-color: rgb(213,8,32); }
td.TdClassName
{
border-color: #D50820;
}
.TagClassName
{
border-color: #D50820;
}
</style>