Shades of Fire Engine Red #D50827
Tints of Fire Engine Red #D50827
RGB
CMYK
RGB Variations
Color information
#D50827 (or 0xD50827) is known color: Fire Engine Red. HEX triplet: D5, 08 and 27. RGB value is (213,8,39). Sum of RGB (Red+Green+Blue) = 213+8+39=260 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.92% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 213 - color contains mainly: red. Hex color #D50827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50827 is #2AF7D8. Grayscale: #484848. Windows color (decimal): -2815961 or 2558165. OLE color: 2558165.
HSL color Cylindrical-coordinate representation of color #D50827: hue angle of 350.93º 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 #D50827 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 39 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.16 |
| HSL | 350.93º | 0.93% | 0.43% | - |
| HSV(B) | 350.93º | 0.96% | 0.84% | - |
| XYZ | 27.89 | 14.47 | 3.24 | - |
| YUV | 72.83 | 108.92 | 227.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 39 | 0 | 0.96 | 0.82 | 0.16 | 350.93 | 0.93 | 0.43 |
| Hex | D5 | 8 | 27 | 0 | 60 | 52 | 10 | 15F | 5D | 2B |
| Octal | 325 | 10 | 47 | 0 | 140 | 122 | 20 | 537 | 135 | 53 |
| Binary | 11010101 | 1000 | 100111 | 0 | 1100000 | 1010010 | 10000 | 101011111 | 1011101 | 101011 |
Color Harmonies of #D50827
Complementary color
Monochromatic Colors of #D50827
Black with #D50827
Text Example
Text Example
White with #D50827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50827; }
p { color: rgb(213,8,39); }
H1.HeaderClassName
{
color: #D50827;
}
.AnyTagClassName
{
color: #D50827;
}
</style>
background-color css
<style>
a { background-color: #D50827; }
a { background-color: rgb(213,8,39); }
div.DivClassName
{
background-color: #D50827;
}
.BgClassName
{
background-color: #D50827;
}
</style>
border-color css
<style>
span { border-color: #D50827; }
span { border-color: rgb(213,8,39); }
td.TdClassName
{
border-color: #D50827;
}
.TagClassName
{
border-color: #D50827;
}
</style>