Shades of Fire Engine Red #D5131F
Tints of Fire Engine Red #D5131F
RGB
CMYK
RGB Variations
Color information
#D5131F (or 0xD5131F) is known color: Fire Engine Red. HEX triplet: D5, 13 and 1F. RGB value is (213,19,31). Sum of RGB (Red+Green+Blue) = 213+19+31=263 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.99% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 213 - color contains mainly: red. Hex color #D5131F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5131F is #2AECE0. Grayscale: #4E4E4E. Windows color (decimal): -2813153 or 2036693. OLE color: 2036693.
HSL color Cylindrical-coordinate representation of color #D5131F: hue angle of 356.29º 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 #D5131F is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 19 | 31 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.16 |
| HSL | 356.29º | 0.84% | 0.45% | - |
| HSV(B) | 356.29º | 0.91% | 0.84% | - |
| XYZ | 27.92 | 14.71 | 2.66 | - |
| YUV | 78.37 | 101.27 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 31 | 0 | 0.91 | 0.85 | 0.16 | 356.29 | 0.84 | 0.45 |
| Hex | D5 | 13 | 1F | 0 | 5B | 55 | 10 | 164 | 54 | 2D |
| Octal | 325 | 23 | 37 | 0 | 133 | 125 | 20 | 544 | 124 | 55 |
| Binary | 11010101 | 10011 | 11111 | 0 | 1011011 | 1010101 | 10000 | 101100100 | 1010100 | 101101 |
Color Harmonies of #D5131F
Complementary color
Monochromatic Colors of #D5131F
Black with #D5131F
Text Example
Text Example
White with #D5131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5131F; }
p { color: rgb(213,19,31); }
H1.HeaderClassName
{
color: #D5131F;
}
.AnyTagClassName
{
color: #D5131F;
}
</style>
background-color css
<style>
a { background-color: #D5131F; }
a { background-color: rgb(213,19,31); }
div.DivClassName
{
background-color: #D5131F;
}
.BgClassName
{
background-color: #D5131F;
}
</style>
border-color css
<style>
span { border-color: #D5131F; }
span { border-color: rgb(213,19,31); }
td.TdClassName
{
border-color: #D5131F;
}
.TagClassName
{
border-color: #D5131F;
}
</style>