Shades of Fire Engine Red #D50626
Tints of Fire Engine Red #D50626
RGB
CMYK
RGB Variations
Color information
#D50626 (or 0xD50626) is known color: Fire Engine Red. HEX triplet: D5, 06 and 26. RGB value is (213,6,38). Sum of RGB (Red+Green+Blue) = 213+6+38=257 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.88% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 213 - color contains mainly: red. Hex color #D50626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50626 is #2AF9D9. Grayscale: #474747. Windows color (decimal): -2816474 or 2492117. OLE color: 2492117.
HSL color Cylindrical-coordinate representation of color #D50626: hue angle of 350.72º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D50626 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 6 | 38 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.16 |
| HSL | 350.72º | 0.95% | 0.43% | - |
| HSV(B) | 350.72º | 0.97% | 0.84% | - |
| XYZ | 27.86 | 14.42 | 3.15 | - |
| YUV | 71.54 | 109.08 | 228.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 6 | 38 | 0 | 0.97 | 0.82 | 0.16 | 350.72 | 0.95 | 0.43 |
| Hex | D5 | 6 | 26 | 0 | 61 | 52 | 10 | 15F | 5F | 2B |
| Octal | 325 | 6 | 46 | 0 | 141 | 122 | 20 | 537 | 137 | 53 |
| Binary | 11010101 | 110 | 100110 | 0 | 1100001 | 1010010 | 10000 | 101011111 | 1011111 | 101011 |
Color Harmonies of #D50626
Complementary color
Monochromatic Colors of #D50626
Black with #D50626
Text Example
Text Example
White with #D50626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50626; }
p { color: rgb(213,6,38); }
H1.HeaderClassName
{
color: #D50626;
}
.AnyTagClassName
{
color: #D50626;
}
</style>
background-color css
<style>
a { background-color: #D50626; }
a { background-color: rgb(213,6,38); }
div.DivClassName
{
background-color: #D50626;
}
.BgClassName
{
background-color: #D50626;
}
</style>
border-color css
<style>
span { border-color: #D50626; }
span { border-color: rgb(213,6,38); }
td.TdClassName
{
border-color: #D50626;
}
.TagClassName
{
border-color: #D50626;
}
</style>