Shades of Fire Engine Red #D50228
Tints of Fire Engine Red #D50228
RGB
CMYK
RGB Variations
Color information
#D50228 (or 0xD50228) is known color: Fire Engine Red. HEX triplet: D5, 02 and 28. RGB value is (213,2,40). Sum of RGB (Red+Green+Blue) = 213+2+40=255 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.53% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 213 - color contains mainly: red. Hex color #D50228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50228 is #2AFDD7. Grayscale: #454545. Windows color (decimal): -2817496 or 2622165. OLE color: 2622165.
HSL color Cylindrical-coordinate representation of color #D50228: hue angle of 349.19º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50228 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 40 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.16 |
| HSL | 349.19º | 0.98% | 0.42% | - |
| HSV(B) | 349.19º | 0.99% | 0.84% | - |
| XYZ | 27.85 | 14.34 | 3.31 | - |
| YUV | 69.42 | 111.4 | 230.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 40 | 0 | 0.99 | 0.81 | 0.16 | 349.19 | 0.98 | 0.42 |
| Hex | D5 | 2 | 28 | 0 | 63 | 51 | 10 | 15D | 62 | 2A |
| Octal | 325 | 2 | 50 | 0 | 143 | 121 | 20 | 535 | 142 | 52 |
| Binary | 11010101 | 10 | 101000 | 0 | 1100011 | 1010001 | 10000 | 101011101 | 1100010 | 101010 |
Color Harmonies of #D50228
Complementary color
Monochromatic Colors of #D50228
Black with #D50228
Text Example
Text Example
White with #D50228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50228; }
p { color: rgb(213,2,40); }
H1.HeaderClassName
{
color: #D50228;
}
.AnyTagClassName
{
color: #D50228;
}
</style>
background-color css
<style>
a { background-color: #D50228; }
a { background-color: rgb(213,2,40); }
div.DivClassName
{
background-color: #D50228;
}
.BgClassName
{
background-color: #D50228;
}
</style>
border-color css
<style>
span { border-color: #D50228; }
span { border-color: rgb(213,2,40); }
td.TdClassName
{
border-color: #D50228;
}
.TagClassName
{
border-color: #D50228;
}
</style>