Shades of Fire Engine Red #D5182D
Tints of Fire Engine Red #D5182D
RGB
CMYK
RGB Variations
Color information
#D5182D (or 0xD5182D) is known color: Fire Engine Red. HEX triplet: D5, 18 and 2D. RGB value is (213,24,45). Sum of RGB (Red+Green+Blue) = 213+24+45=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D5182D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5182D is #2AE7D2. Grayscale: #535353. Windows color (decimal): -2811859 or 2955477. OLE color: 2955477.
HSL color Cylindrical-coordinate representation of color #D5182D: hue angle of 353.33º 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 #D5182D is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 24 | 45 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.16 |
| HSL | 353.33º | 0.8% | 0.46% | - |
| HSV(B) | 353.33º | 0.89% | 0.84% | - |
| XYZ | 28.24 | 14.99 | 3.89 | - |
| YUV | 82.91 | 106.62 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 24 | 45 | 0 | 0.89 | 0.79 | 0.16 | 353.33 | 0.8 | 0.46 |
| Hex | D5 | 18 | 2D | 0 | 59 | 4F | 10 | 161 | 50 | 2E |
| Octal | 325 | 30 | 55 | 0 | 131 | 117 | 20 | 541 | 120 | 56 |
| Binary | 11010101 | 11000 | 101101 | 0 | 1011001 | 1001111 | 10000 | 101100001 | 1010000 | 101110 |
Color Harmonies of #D5182D
Complementary color
Monochromatic Colors of #D5182D
Black with #D5182D
Text Example
Text Example
White with #D5182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5182D; }
p { color: rgb(213,24,45); }
H1.HeaderClassName
{
color: #D5182D;
}
.AnyTagClassName
{
color: #D5182D;
}
</style>
background-color css
<style>
a { background-color: #D5182D; }
a { background-color: rgb(213,24,45); }
div.DivClassName
{
background-color: #D5182D;
}
.BgClassName
{
background-color: #D5182D;
}
</style>
border-color css
<style>
span { border-color: #D5182D; }
span { border-color: rgb(213,24,45); }
td.TdClassName
{
border-color: #D5182D;
}
.TagClassName
{
border-color: #D5182D;
}
</style>