Shades of Fire Engine Red #D51A26
Tints of Fire Engine Red #D51A26
RGB
CMYK
RGB Variations
Color information
#D51A26 (or 0xD51A26) is known color: Fire Engine Red. HEX triplet: D5, 1A and 26. RGB value is (213,26,38). Sum of RGB (Red+Green+Blue) = 213+26+38=277 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.90% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51A26 is #2AE5D9. Grayscale: #535353. Windows color (decimal): -2811354 or 2497237. OLE color: 2497237.
HSL color Cylindrical-coordinate representation of color #D51A26: hue angle of 356.15º degrees, saturation: 0.78, 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 #D51A26 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 26 | 38 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.16 |
| HSL | 356.15º | 0.78% | 0.47% | - |
| HSV(B) | 356.15º | 0.88% | 0.84% | - |
| XYZ | 28.16 | 15.02 | 3.25 | - |
| YUV | 83.28 | 102.45 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 26 | 38 | 0 | 0.88 | 0.82 | 0.16 | 356.15 | 0.78 | 0.47 |
| Hex | D5 | 1A | 26 | 0 | 58 | 52 | 10 | 164 | 4E | 2F |
| Octal | 325 | 32 | 46 | 0 | 130 | 122 | 20 | 544 | 116 | 57 |
| Binary | 11010101 | 11010 | 100110 | 0 | 1011000 | 1010010 | 10000 | 101100100 | 1001110 | 101111 |
Color Harmonies of #D51A26
Complementary color
Monochromatic Colors of #D51A26
Black with #D51A26
Text Example
Text Example
White with #D51A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51A26; }
p { color: rgb(213,26,38); }
H1.HeaderClassName
{
color: #D51A26;
}
.AnyTagClassName
{
color: #D51A26;
}
</style>
background-color css
<style>
a { background-color: #D51A26; }
a { background-color: rgb(213,26,38); }
div.DivClassName
{
background-color: #D51A26;
}
.BgClassName
{
background-color: #D51A26;
}
</style>
border-color css
<style>
span { border-color: #D51A26; }
span { border-color: rgb(213,26,38); }
td.TdClassName
{
border-color: #D51A26;
}
.TagClassName
{
border-color: #D51A26;
}
</style>