Shades of Fire Engine Red #D5131C
Tints of Fire Engine Red #D5131C
RGB
CMYK
RGB Variations
Color information
#D5131C (or 0xD5131C) is known color: Fire Engine Red. HEX triplet: D5, 13 and 1C. RGB value is (213,19,28). Sum of RGB (Red+Green+Blue) = 213+19+28=260 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.92% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 213 - color contains mainly: red. Hex color #D5131C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5131C is #2AECE3. Grayscale: #4E4E4E. Windows color (decimal): -2813156 or 1840085. OLE color: 1840085.
HSL color Cylindrical-coordinate representation of color #D5131C: hue angle of 357.22º 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 #D5131C is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 19 | 28 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.16 |
| HSL | 357.22º | 0.84% | 0.45% | - |
| HSV(B) | 357.22º | 0.91% | 0.84% | - |
| XYZ | 27.88 | 14.7 | 2.47 | - |
| YUV | 78.03 | 99.77 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 28 | 0 | 0.91 | 0.87 | 0.16 | 357.22 | 0.84 | 0.45 |
| Hex | D5 | 13 | 1C | 0 | 5B | 57 | 10 | 165 | 54 | 2D |
| Octal | 325 | 23 | 34 | 0 | 133 | 127 | 20 | 545 | 124 | 55 |
| Binary | 11010101 | 10011 | 11100 | 0 | 1011011 | 1010111 | 10000 | 101100101 | 1010100 | 101101 |
Color Harmonies of #D5131C
Complementary color
Monochromatic Colors of #D5131C
Black with #D5131C
Text Example
Text Example
White with #D5131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5131C; }
p { color: rgb(213,19,28); }
H1.HeaderClassName
{
color: #D5131C;
}
.AnyTagClassName
{
color: #D5131C;
}
</style>
background-color css
<style>
a { background-color: #D5131C; }
a { background-color: rgb(213,19,28); }
div.DivClassName
{
background-color: #D5131C;
}
.BgClassName
{
background-color: #D5131C;
}
</style>
border-color css
<style>
span { border-color: #D5131C; }
span { border-color: rgb(213,19,28); }
td.TdClassName
{
border-color: #D5131C;
}
.TagClassName
{
border-color: #D5131C;
}
</style>