Shades of Fire Engine Red #D5192D
Tints of Fire Engine Red #D5192D
RGB
CMYK
RGB Variations
Color information
#D5192D (or 0xD5192D) is known color: Fire Engine Red. HEX triplet: D5, 19 and 2D. RGB value is (213,25,45). Sum of RGB (Red+Green+Blue) = 213+25+45=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D5192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5192D is #2AE6D2. Grayscale: #535353. Windows color (decimal): -2811603 or 2955733. OLE color: 2955733.
HSL color Cylindrical-coordinate representation of color #D5192D: hue angle of 353.62º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5192D is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 25 | 45 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.16 |
| HSL | 353.62º | 0.79% | 0.47% | - |
| HSV(B) | 353.62º | 0.88% | 0.84% | - |
| XYZ | 28.26 | 15.03 | 3.89 | - |
| YUV | 83.49 | 106.28 | 220.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 25 | 45 | 0 | 0.88 | 0.79 | 0.16 | 353.62 | 0.79 | 0.47 |
| Hex | D5 | 19 | 2D | 0 | 58 | 4F | 10 | 162 | 4F | 2F |
| Octal | 325 | 31 | 55 | 0 | 130 | 117 | 20 | 542 | 117 | 57 |
| Binary | 11010101 | 11001 | 101101 | 0 | 1011000 | 1001111 | 10000 | 101100010 | 1001111 | 101111 |
Color Harmonies of #D5192D
Complementary color
Monochromatic Colors of #D5192D
Black with #D5192D
Text Example
Text Example
White with #D5192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5192D; }
p { color: rgb(213,25,45); }
H1.HeaderClassName
{
color: #D5192D;
}
.AnyTagClassName
{
color: #D5192D;
}
</style>
background-color css
<style>
a { background-color: #D5192D; }
a { background-color: rgb(213,25,45); }
div.DivClassName
{
background-color: #D5192D;
}
.BgClassName
{
background-color: #D5192D;
}
</style>
border-color css
<style>
span { border-color: #D5192D; }
span { border-color: rgb(213,25,45); }
td.TdClassName
{
border-color: #D5192D;
}
.TagClassName
{
border-color: #D5192D;
}
</style>