Shades of Fire Engine Red #D9131A
Tints of Fire Engine Red #D9131A
RGB
CMYK
RGB Variations
Color information
#D9131A (or 0xD9131A) is known color: Fire Engine Red. HEX triplet: D9, 13 and 1A. RGB value is (217,19,26). Sum of RGB (Red+Green+Blue) = 217+19+26=262 (34% of max value = 765). Red value is 217 (85.16% from 255 or 82.82% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 217 - color contains mainly: red. Hex color #D9131A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9131A is #26ECE5. Grayscale: #4F4F4F. Windows color (decimal): -2551014 or 1709017. OLE color: 1709017.
HSL color Cylindrical-coordinate representation of color #D9131A: hue angle of 357.88º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9131A is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 26 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.15 |
| HSL | 357.88º | 0.84% | 0.46% | - |
| HSV(B) | 357.88º | 0.91% | 0.85% | - |
| XYZ | 29.03 | 15.29 | 2.4 | - |
| YUV | 79 | 98.1 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 26 | 0 | 0.91 | 0.88 | 0.15 | 357.88 | 0.84 | 0.46 |
| Hex | D9 | 13 | 1A | 0 | 5B | 58 | F | 166 | 54 | 2E |
| Octal | 331 | 23 | 32 | 0 | 133 | 130 | 17 | 546 | 124 | 56 |
| Binary | 11011001 | 10011 | 11010 | 0 | 1011011 | 1011000 | 1111 | 101100110 | 1010100 | 101110 |
Color Harmonies of #D9131A
Complementary color
Monochromatic Colors of #D9131A
Black with #D9131A
Text Example
Text Example
White with #D9131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9131A; }
p { color: rgb(217,19,26); }
H1.HeaderClassName
{
color: #D9131A;
}
.AnyTagClassName
{
color: #D9131A;
}
</style>
background-color css
<style>
a { background-color: #D9131A; }
a { background-color: rgb(217,19,26); }
div.DivClassName
{
background-color: #D9131A;
}
.BgClassName
{
background-color: #D9131A;
}
</style>
border-color css
<style>
span { border-color: #D9131A; }
span { border-color: rgb(217,19,26); }
td.TdClassName
{
border-color: #D9131A;
}
.TagClassName
{
border-color: #D9131A;
}
</style>