Shades of Fire Engine Red #D21127
Tints of Fire Engine Red #D21127
RGB
CMYK
RGB Variations
Color information
#D21127 (or 0xD21127) is known color: Fire Engine Red. HEX triplet: D2, 11 and 27. RGB value is (210,17,39). Sum of RGB (Red+Green+Blue) = 210+17+39=266 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.95% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 210 - color contains mainly: red. Hex color #D21127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21127 is #2DEED8. Grayscale: #4D4D4D. Windows color (decimal): -3010265 or 2560466. OLE color: 2560466.
HSL color Cylindrical-coordinate representation of color #D21127: hue angle of 353.16º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21127 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 39 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.18 |
| HSL | 353.16º | 0.85% | 0.45% | - |
| HSV(B) | 353.16º | 0.92% | 0.82% | - |
| XYZ | 27.15 | 14.25 | 3.24 | - |
| YUV | 77.22 | 106.44 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 39 | 0 | 0.92 | 0.81 | 0.18 | 353.16 | 0.85 | 0.45 |
| Hex | D2 | 11 | 27 | 0 | 5C | 51 | 12 | 161 | 55 | 2D |
| Octal | 322 | 21 | 47 | 0 | 134 | 121 | 22 | 541 | 125 | 55 |
| Binary | 11010010 | 10001 | 100111 | 0 | 1011100 | 1010001 | 10010 | 101100001 | 1010101 | 101101 |
Color Harmonies of #D21127
Complementary color
Monochromatic Colors of #D21127
Black with #D21127
Text Example
Text Example
White with #D21127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21127; }
p { color: rgb(210,17,39); }
H1.HeaderClassName
{
color: #D21127;
}
.AnyTagClassName
{
color: #D21127;
}
</style>
background-color css
<style>
a { background-color: #D21127; }
a { background-color: rgb(210,17,39); }
div.DivClassName
{
background-color: #D21127;
}
.BgClassName
{
background-color: #D21127;
}
</style>
border-color css
<style>
span { border-color: #D21127; }
span { border-color: rgb(210,17,39); }
td.TdClassName
{
border-color: #D21127;
}
.TagClassName
{
border-color: #D21127;
}
</style>