Shades of Fire Engine Red #D5192A
Tints of Fire Engine Red #D5192A
RGB
CMYK
RGB Variations
Color information
#D5192A (or 0xD5192A) is known color: Fire Engine Red. HEX triplet: D5, 19 and 2A. RGB value is (213,25,42). Sum of RGB (Red+Green+Blue) = 213+25+42=280 (37% of max value = 765). Red value is 213 (83.59% from 255 or 76.07% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 213 - color contains mainly: red. Hex color #D5192A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5192A is #2AE6D5. Grayscale: #535353. Windows color (decimal): -2811606 or 2759125. OLE color: 2759125.
HSL color Cylindrical-coordinate representation of color #D5192A: hue angle of 354.57º 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 #D5192A is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 25 | 42 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.16 |
| HSL | 354.57º | 0.79% | 0.47% | - |
| HSV(B) | 354.57º | 0.88% | 0.84% | - |
| XYZ | 28.21 | 15.01 | 3.6 | - |
| YUV | 83.15 | 104.78 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 25 | 42 | 0 | 0.88 | 0.80 | 0.16 | 354.57 | 0.79 | 0.47 |
| Hex | D5 | 19 | 2A | 0 | 58 | 50 | 10 | 163 | 4F | 2F |
| Octal | 325 | 31 | 52 | 0 | 130 | 120 | 20 | 543 | 117 | 57 |
| Binary | 11010101 | 11001 | 101010 | 0 | 1011000 | 1010000 | 10000 | 101100011 | 1001111 | 101111 |
Color Harmonies of #D5192A
Complementary color
Monochromatic Colors of #D5192A
Black with #D5192A
Text Example
Text Example
White with #D5192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5192A; }
p { color: rgb(213,25,42); }
H1.HeaderClassName
{
color: #D5192A;
}
.AnyTagClassName
{
color: #D5192A;
}
</style>
background-color css
<style>
a { background-color: #D5192A; }
a { background-color: rgb(213,25,42); }
div.DivClassName
{
background-color: #D5192A;
}
.BgClassName
{
background-color: #D5192A;
}
</style>
border-color css
<style>
span { border-color: #D5192A; }
span { border-color: rgb(213,25,42); }
td.TdClassName
{
border-color: #D5192A;
}
.TagClassName
{
border-color: #D5192A;
}
</style>