Shades of Fire Engine Red #D5192C
Tints of Fire Engine Red #D5192C
RGB
CMYK
RGB Variations
Color information
#D5192C (or 0xD5192C) is known color: Fire Engine Red. HEX triplet: D5, 19 and 2C. RGB value is (213,25,44). Sum of RGB (Red+Green+Blue) = 213+25+44=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D5192C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5192C is #2AE6D3. Grayscale: #535353. Windows color (decimal): -2811604 or 2890197. OLE color: 2890197.
HSL color Cylindrical-coordinate representation of color #D5192C: hue angle of 353.94º 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 #D5192C is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 25 | 44 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.16 |
| HSL | 353.94º | 0.79% | 0.47% | - |
| HSV(B) | 353.94º | 0.88% | 0.84% | - |
| XYZ | 28.24 | 15.02 | 3.79 | - |
| YUV | 83.38 | 105.78 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 25 | 44 | 0 | 0.88 | 0.79 | 0.16 | 353.94 | 0.79 | 0.47 |
| Hex | D5 | 19 | 2C | 0 | 58 | 4F | 10 | 162 | 4F | 2F |
| Octal | 325 | 31 | 54 | 0 | 130 | 117 | 20 | 542 | 117 | 57 |
| Binary | 11010101 | 11001 | 101100 | 0 | 1011000 | 1001111 | 10000 | 101100010 | 1001111 | 101111 |
Color Harmonies of #D5192C
Complementary color
Monochromatic Colors of #D5192C
Black with #D5192C
Text Example
Text Example
White with #D5192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5192C; }
p { color: rgb(213,25,44); }
H1.HeaderClassName
{
color: #D5192C;
}
.AnyTagClassName
{
color: #D5192C;
}
</style>
background-color css
<style>
a { background-color: #D5192C; }
a { background-color: rgb(213,25,44); }
div.DivClassName
{
background-color: #D5192C;
}
.BgClassName
{
background-color: #D5192C;
}
</style>
border-color css
<style>
span { border-color: #D5192C; }
span { border-color: rgb(213,25,44); }
td.TdClassName
{
border-color: #D5192C;
}
.TagClassName
{
border-color: #D5192C;
}
</style>