Shades of Fire Engine Red #D5131E
Tints of Fire Engine Red #D5131E
RGB
CMYK
RGB Variations
Color information
#D5131E (or 0xD5131E) is known color: Fire Engine Red. HEX triplet: D5, 13 and 1E. RGB value is (213,19,30). Sum of RGB (Red+Green+Blue) = 213+19+30=262 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.30% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 213 - color contains mainly: red. Hex color #D5131E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5131E is #2AECE1. Grayscale: #4E4E4E. Windows color (decimal): -2813154 or 1971157. OLE color: 1971157.
HSL color Cylindrical-coordinate representation of color #D5131E: hue angle of 356.6º 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 #D5131E is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 19 | 30 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.16 |
| HSL | 356.6º | 0.84% | 0.45% | - |
| HSV(B) | 356.6º | 0.91% | 0.84% | - |
| XYZ | 27.91 | 14.71 | 2.6 | - |
| YUV | 78.26 | 100.77 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 30 | 0 | 0.91 | 0.86 | 0.16 | 356.6 | 0.84 | 0.45 |
| Hex | D5 | 13 | 1E | 0 | 5B | 56 | 10 | 165 | 54 | 2D |
| Octal | 325 | 23 | 36 | 0 | 133 | 126 | 20 | 545 | 124 | 55 |
| Binary | 11010101 | 10011 | 11110 | 0 | 1011011 | 1010110 | 10000 | 101100101 | 1010100 | 101101 |
Color Harmonies of #D5131E
Complementary color
Monochromatic Colors of #D5131E
Black with #D5131E
Text Example
Text Example
White with #D5131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5131E; }
p { color: rgb(213,19,30); }
H1.HeaderClassName
{
color: #D5131E;
}
.AnyTagClassName
{
color: #D5131E;
}
</style>
background-color css
<style>
a { background-color: #D5131E; }
a { background-color: rgb(213,19,30); }
div.DivClassName
{
background-color: #D5131E;
}
.BgClassName
{
background-color: #D5131E;
}
</style>
border-color css
<style>
span { border-color: #D5131E; }
span { border-color: rgb(213,19,30); }
td.TdClassName
{
border-color: #D5131E;
}
.TagClassName
{
border-color: #D5131E;
}
</style>