Shades of Fire Engine Red #D50628
Tints of Fire Engine Red #D50628
RGB
CMYK
RGB Variations
Color information
#D50628 (or 0xD50628) is known color: Fire Engine Red. HEX triplet: D5, 06 and 28. RGB value is (213,6,40). Sum of RGB (Red+Green+Blue) = 213+6+40=259 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.24% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 213 - color contains mainly: red. Hex color #D50628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50628 is #2AF9D7. Grayscale: #474747. Windows color (decimal): -2816472 or 2623189. OLE color: 2623189.
HSL color Cylindrical-coordinate representation of color #D50628: hue angle of 350.14º 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 #D50628 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 6 | 40 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.16 |
| HSL | 350.14º | 0.95% | 0.43% | - |
| HSV(B) | 350.14º | 0.97% | 0.84% | - |
| XYZ | 27.89 | 14.43 | 3.32 | - |
| YUV | 71.77 | 110.08 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 6 | 40 | 0 | 0.97 | 0.81 | 0.16 | 350.14 | 0.95 | 0.43 |
| Hex | D5 | 6 | 28 | 0 | 61 | 51 | 10 | 15E | 5F | 2B |
| Octal | 325 | 6 | 50 | 0 | 141 | 121 | 20 | 536 | 137 | 53 |
| Binary | 11010101 | 110 | 101000 | 0 | 1100001 | 1010001 | 10000 | 101011110 | 1011111 | 101011 |
Color Harmonies of #D50628
Complementary color
Monochromatic Colors of #D50628
Black with #D50628
Text Example
Text Example
White with #D50628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50628; }
p { color: rgb(213,6,40); }
H1.HeaderClassName
{
color: #D50628;
}
.AnyTagClassName
{
color: #D50628;
}
</style>
background-color css
<style>
a { background-color: #D50628; }
a { background-color: rgb(213,6,40); }
div.DivClassName
{
background-color: #D50628;
}
.BgClassName
{
background-color: #D50628;
}
</style>
border-color css
<style>
span { border-color: #D50628; }
span { border-color: rgb(213,6,40); }
td.TdClassName
{
border-color: #D50628;
}
.TagClassName
{
border-color: #D50628;
}
</style>