Shades of Fire Engine Red #D9132B
Tints of Fire Engine Red #D9132B
RGB
CMYK
RGB Variations
Color information
#D9132B (or 0xD9132B) is known color: Fire Engine Red. HEX triplet: D9, 13 and 2B. RGB value is (217,19,43). Sum of RGB (Red+Green+Blue) = 217+19+43=279 (36% of max value = 765). Red value is 217 (85.16% from 255 or 77.78% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 217 - color contains mainly: red. Hex color #D9132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9132B is #26ECD4. Grayscale: #515151. Windows color (decimal): -2550997 or 2823129. OLE color: 2823129.
HSL color Cylindrical-coordinate representation of color #D9132B: hue angle of 352.73º 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 #D9132B is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 43 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.15 |
| HSL | 352.73º | 0.84% | 0.46% | - |
| HSV(B) | 352.73º | 0.91% | 0.85% | - |
| XYZ | 29.28 | 15.39 | 3.71 | - |
| YUV | 80.94 | 106.6 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 43 | 0 | 0.91 | 0.80 | 0.15 | 352.73 | 0.84 | 0.46 |
| Hex | D9 | 13 | 2B | 0 | 5B | 50 | F | 161 | 54 | 2E |
| Octal | 331 | 23 | 53 | 0 | 133 | 120 | 17 | 541 | 124 | 56 |
| Binary | 11011001 | 10011 | 101011 | 0 | 1011011 | 1010000 | 1111 | 101100001 | 1010100 | 101110 |
Color Harmonies of #D9132B
Complementary color
Monochromatic Colors of #D9132B
Black with #D9132B
Text Example
Text Example
White with #D9132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9132B; }
p { color: rgb(217,19,43); }
H1.HeaderClassName
{
color: #D9132B;
}
.AnyTagClassName
{
color: #D9132B;
}
</style>
background-color css
<style>
a { background-color: #D9132B; }
a { background-color: rgb(217,19,43); }
div.DivClassName
{
background-color: #D9132B;
}
.BgClassName
{
background-color: #D9132B;
}
</style>
border-color css
<style>
span { border-color: #D9132B; }
span { border-color: rgb(217,19,43); }
td.TdClassName
{
border-color: #D9132B;
}
.TagClassName
{
border-color: #D9132B;
}
</style>