Shades of Fire Engine Red #D50A25
Tints of Fire Engine Red #D50A25
RGB
CMYK
RGB Variations
Color information
#D50A25 (or 0xD50A25) is known color: Fire Engine Red. HEX triplet: D5, 0A and 25. RGB value is (213,10,37). Sum of RGB (Red+Green+Blue) = 213+10+37=260 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.92% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 213 - color contains mainly: red. Hex color #D50A25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50A25 is #2AF5DA. Grayscale: #494949. Windows color (decimal): -2815451 or 2427605. OLE color: 2427605.
HSL color Cylindrical-coordinate representation of color #D50A25: hue angle of 352.02º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50A25 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 10 | 37 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.16 |
| HSL | 352.02º | 0.91% | 0.44% | - |
| HSV(B) | 352.02º | 0.95% | 0.84% | - |
| XYZ | 27.88 | 14.5 | 3.08 | - |
| YUV | 73.78 | 107.25 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 10 | 37 | 0 | 0.95 | 0.83 | 0.16 | 352.02 | 0.91 | 0.44 |
| Hex | D5 | A | 25 | 0 | 5F | 53 | 10 | 160 | 5B | 2C |
| Octal | 325 | 12 | 45 | 0 | 137 | 123 | 20 | 540 | 133 | 54 |
| Binary | 11010101 | 1010 | 100101 | 0 | 1011111 | 1010011 | 10000 | 101100000 | 1011011 | 101100 |
Color Harmonies of #D50A25
Complementary color
Monochromatic Colors of #D50A25
Black with #D50A25
Text Example
Text Example
White with #D50A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50A25; }
p { color: rgb(213,10,37); }
H1.HeaderClassName
{
color: #D50A25;
}
.AnyTagClassName
{
color: #D50A25;
}
</style>
background-color css
<style>
a { background-color: #D50A25; }
a { background-color: rgb(213,10,37); }
div.DivClassName
{
background-color: #D50A25;
}
.BgClassName
{
background-color: #D50A25;
}
</style>
border-color css
<style>
span { border-color: #D50A25; }
span { border-color: rgb(213,10,37); }
td.TdClassName
{
border-color: #D50A25;
}
.TagClassName
{
border-color: #D50A25;
}
</style>