Shades of Fire Engine Red #D50825
Tints of Fire Engine Red #D50825
RGB
CMYK
RGB Variations
Color information
#D50825 (or 0xD50825) is known color: Fire Engine Red. HEX triplet: D5, 08 and 25. RGB value is (213,8,37). Sum of RGB (Red+Green+Blue) = 213+8+37=258 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.56% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 213 - color contains mainly: red. Hex color #D50825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50825 is #2AF7DA. Grayscale: #484848. Windows color (decimal): -2815963 or 2427093. OLE color: 2427093.
HSL color Cylindrical-coordinate representation of color #D50825: hue angle of 351.51º 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 #D50825 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 37 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.16 |
| HSL | 351.51º | 0.93% | 0.43% | - |
| HSV(B) | 351.51º | 0.96% | 0.84% | - |
| XYZ | 27.86 | 14.45 | 3.07 | - |
| YUV | 72.6 | 107.92 | 228.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 37 | 0 | 0.96 | 0.83 | 0.16 | 351.51 | 0.93 | 0.43 |
| Hex | D5 | 8 | 25 | 0 | 60 | 53 | 10 | 160 | 5D | 2B |
| Octal | 325 | 10 | 45 | 0 | 140 | 123 | 20 | 540 | 135 | 53 |
| Binary | 11010101 | 1000 | 100101 | 0 | 1100000 | 1010011 | 10000 | 101100000 | 1011101 | 101011 |
Color Harmonies of #D50825
Complementary color
Monochromatic Colors of #D50825
Black with #D50825
Text Example
Text Example
White with #D50825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50825; }
p { color: rgb(213,8,37); }
H1.HeaderClassName
{
color: #D50825;
}
.AnyTagClassName
{
color: #D50825;
}
</style>
background-color css
<style>
a { background-color: #D50825; }
a { background-color: rgb(213,8,37); }
div.DivClassName
{
background-color: #D50825;
}
.BgClassName
{
background-color: #D50825;
}
</style>
border-color css
<style>
span { border-color: #D50825; }
span { border-color: rgb(213,8,37); }
td.TdClassName
{
border-color: #D50825;
}
.TagClassName
{
border-color: #D50825;
}
</style>