Shades of Fire Engine Red #D5182B
Tints of Fire Engine Red #D5182B
RGB
CMYK
RGB Variations
Color information
#D5182B (or 0xD5182B) is known color: Fire Engine Red. HEX triplet: D5, 18 and 2B. RGB value is (213,24,43). Sum of RGB (Red+Green+Blue) = 213+24+43=280 (37% of max value = 765). Red value is 213 (83.59% from 255 or 76.07% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 213 - color contains mainly: red. Hex color #D5182B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5182B is #2AE7D4. Grayscale: #525252. Windows color (decimal): -2811861 or 2824405. OLE color: 2824405.
HSL color Cylindrical-coordinate representation of color #D5182B: hue angle of 353.97º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5182B is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 24 | 43 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.16 |
| HSL | 353.97º | 0.8% | 0.46% | - |
| HSV(B) | 353.97º | 0.89% | 0.84% | - |
| XYZ | 28.2 | 14.97 | 3.69 | - |
| YUV | 82.68 | 105.62 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 24 | 43 | 0 | 0.89 | 0.80 | 0.16 | 353.97 | 0.8 | 0.46 |
| Hex | D5 | 18 | 2B | 0 | 59 | 50 | 10 | 162 | 50 | 2E |
| Octal | 325 | 30 | 53 | 0 | 131 | 120 | 20 | 542 | 120 | 56 |
| Binary | 11010101 | 11000 | 101011 | 0 | 1011001 | 1010000 | 10000 | 101100010 | 1010000 | 101110 |
Color Harmonies of #D5182B
Complementary color
Monochromatic Colors of #D5182B
Black with #D5182B
Text Example
Text Example
White with #D5182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5182B; }
p { color: rgb(213,24,43); }
H1.HeaderClassName
{
color: #D5182B;
}
.AnyTagClassName
{
color: #D5182B;
}
</style>
background-color css
<style>
a { background-color: #D5182B; }
a { background-color: rgb(213,24,43); }
div.DivClassName
{
background-color: #D5182B;
}
.BgClassName
{
background-color: #D5182B;
}
</style>
border-color css
<style>
span { border-color: #D5182B; }
span { border-color: rgb(213,24,43); }
td.TdClassName
{
border-color: #D5182B;
}
.TagClassName
{
border-color: #D5182B;
}
</style>