Shades of Fire Engine Red #D1152A
Tints of Fire Engine Red #D1152A
RGB
CMYK
RGB Variations
Color information
#D1152A (or 0xD1152A) is known color: Fire Engine Red. HEX triplet: D1, 15 and 2A. RGB value is (209,21,42). Sum of RGB (Red+Green+Blue) = 209+21+42=272 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.84% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 209 - color contains mainly: red. Hex color #D1152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1152A is #2EEAD5. Grayscale: #4F4F4F. Windows color (decimal): -3074774 or 2758097. OLE color: 2758097.
HSL color Cylindrical-coordinate representation of color #D1152A: hue angle of 353.3º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1152A is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 21 | 42 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.18 |
| HSL | 353.3º | 0.82% | 0.45% | - |
| HSV(B) | 353.3º | 0.9% | 0.82% | - |
| XYZ | 26.98 | 14.26 | 3.52 | - |
| YUV | 79.61 | 106.78 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 42 | 0 | 0.90 | 0.80 | 0.18 | 353.3 | 0.82 | 0.45 |
| Hex | D1 | 15 | 2A | 0 | 5A | 50 | 12 | 161 | 52 | 2D |
| Octal | 321 | 25 | 52 | 0 | 132 | 120 | 22 | 541 | 122 | 55 |
| Binary | 11010001 | 10101 | 101010 | 0 | 1011010 | 1010000 | 10010 | 101100001 | 1010010 | 101101 |
Color Harmonies of #D1152A
Complementary color
Monochromatic Colors of #D1152A
Black with #D1152A
Text Example
Text Example
White with #D1152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1152A; }
p { color: rgb(209,21,42); }
H1.HeaderClassName
{
color: #D1152A;
}
.AnyTagClassName
{
color: #D1152A;
}
</style>
background-color css
<style>
a { background-color: #D1152A; }
a { background-color: rgb(209,21,42); }
div.DivClassName
{
background-color: #D1152A;
}
.BgClassName
{
background-color: #D1152A;
}
</style>
border-color css
<style>
span { border-color: #D1152A; }
span { border-color: rgb(209,21,42); }
td.TdClassName
{
border-color: #D1152A;
}
.TagClassName
{
border-color: #D1152A;
}
</style>