Shades of Fire Engine Red #D12128
Tints of Fire Engine Red #D12128
RGB
CMYK
RGB Variations
Color information
#D12128 (or 0xD12128) is known color: Fire Engine Red. HEX triplet: D1, 21 and 28. RGB value is (209,33,40). Sum of RGB (Red+Green+Blue) = 209+33+40=282 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.11% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 209 - color contains mainly: red. Hex color #D12128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12128 is #2EDED7. Grayscale: #565656. Windows color (decimal): -3071704 or 2630097. OLE color: 2630097.
HSL color Cylindrical-coordinate representation of color #D12128: hue angle of 357.61º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D12128 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 40 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.18 |
| HSL | 357.61º | 0.73% | 0.47% | - |
| HSV(B) | 357.61º | 0.84% | 0.82% | - |
| XYZ | 27.22 | 14.8 | 3.43 | - |
| YUV | 86.42 | 101.81 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 40 | 0 | 0.84 | 0.81 | 0.18 | 357.61 | 0.73 | 0.47 |
| Hex | D1 | 21 | 28 | 0 | 54 | 51 | 12 | 166 | 49 | 2F |
| Octal | 321 | 41 | 50 | 0 | 124 | 121 | 22 | 546 | 111 | 57 |
| Binary | 11010001 | 100001 | 101000 | 0 | 1010100 | 1010001 | 10010 | 101100110 | 1001001 | 101111 |
Color Harmonies of #D12128
Complementary color
Monochromatic Colors of #D12128
Black with #D12128
Text Example
Text Example
White with #D12128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12128; }
p { color: rgb(209,33,40); }
H1.HeaderClassName
{
color: #D12128;
}
.AnyTagClassName
{
color: #D12128;
}
</style>
background-color css
<style>
a { background-color: #D12128; }
a { background-color: rgb(209,33,40); }
div.DivClassName
{
background-color: #D12128;
}
.BgClassName
{
background-color: #D12128;
}
</style>
border-color css
<style>
span { border-color: #D12128; }
span { border-color: rgb(209,33,40); }
td.TdClassName
{
border-color: #D12128;
}
.TagClassName
{
border-color: #D12128;
}
</style>