Shades of Fire Engine Red #D5132D
Tints of Fire Engine Red #D5132D
RGB
CMYK
RGB Variations
Color information
#D5132D (or 0xD5132D) is known color: Fire Engine Red. HEX triplet: D5, 13 and 2D. RGB value is (213,19,45). Sum of RGB (Red+Green+Blue) = 213+19+45=277 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.90% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 213 - color contains mainly: red. Hex color #D5132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5132D is #2AECD2. Grayscale: #505050. Windows color (decimal): -2813139 or 2954197. OLE color: 2954197.
HSL color Cylindrical-coordinate representation of color #D5132D: hue angle of 351.96º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D5132D is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 19 | 45 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.16 |
| HSL | 351.96º | 0.84% | 0.45% | - |
| HSV(B) | 351.96º | 0.91% | 0.84% | - |
| XYZ | 28.15 | 14.8 | 3.86 | - |
| YUV | 79.97 | 108.27 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 45 | 0 | 0.91 | 0.79 | 0.16 | 351.96 | 0.84 | 0.45 |
| Hex | D5 | 13 | 2D | 0 | 5B | 4F | 10 | 160 | 54 | 2D |
| Octal | 325 | 23 | 55 | 0 | 133 | 117 | 20 | 540 | 124 | 55 |
| Binary | 11010101 | 10011 | 101101 | 0 | 1011011 | 1001111 | 10000 | 101100000 | 1010100 | 101101 |
Color Harmonies of #D5132D
Complementary color
Monochromatic Colors of #D5132D
Black with #D5132D
Text Example
Text Example
White with #D5132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5132D; }
p { color: rgb(213,19,45); }
H1.HeaderClassName
{
color: #D5132D;
}
.AnyTagClassName
{
color: #D5132D;
}
</style>
background-color css
<style>
a { background-color: #D5132D; }
a { background-color: rgb(213,19,45); }
div.DivClassName
{
background-color: #D5132D;
}
.BgClassName
{
background-color: #D5132D;
}
</style>
border-color css
<style>
span { border-color: #D5132D; }
span { border-color: rgb(213,19,45); }
td.TdClassName
{
border-color: #D5132D;
}
.TagClassName
{
border-color: #D5132D;
}
</style>