Shades of Fire Engine Red #D21A1B
Tints of Fire Engine Red #D21A1B
RGB
CMYK
RGB Variations
Color information
#D21A1B (or 0xD21A1B) is known color: Fire Engine Red. HEX triplet: D2, 1A and 1B. RGB value is (210,26,27). Sum of RGB (Red+Green+Blue) = 210+26+27=263 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.85% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21A1B is #2DE5E4. Grayscale: #515151. Windows color (decimal): -3007973 or 1776338. OLE color: 1776338.
HSL color Cylindrical-coordinate representation of color #D21A1B: hue angle of 359.67º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21A1B is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 27 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.18 |
| HSL | 359.67º | 0.78% | 0.46% | - |
| HSV(B) | 359.67º | 0.88% | 0.82% | - |
| XYZ | 27.15 | 14.52 | 2.41 | - |
| YUV | 81.13 | 97.46 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 27 | 0 | 0.88 | 0.87 | 0.18 | 359.67 | 0.78 | 0.46 |
| Hex | D2 | 1A | 1B | 0 | 58 | 57 | 12 | 168 | 4E | 2E |
| Octal | 322 | 32 | 33 | 0 | 130 | 127 | 22 | 550 | 116 | 56 |
| Binary | 11010010 | 11010 | 11011 | 0 | 1011000 | 1010111 | 10010 | 101101000 | 1001110 | 101110 |
Color Harmonies of #D21A1B
Complementary color
Monochromatic Colors of #D21A1B
Black with #D21A1B
Text Example
Text Example
White with #D21A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A1B; }
p { color: rgb(210,26,27); }
H1.HeaderClassName
{
color: #D21A1B;
}
.AnyTagClassName
{
color: #D21A1B;
}
</style>
background-color css
<style>
a { background-color: #D21A1B; }
a { background-color: rgb(210,26,27); }
div.DivClassName
{
background-color: #D21A1B;
}
.BgClassName
{
background-color: #D21A1B;
}
</style>
border-color css
<style>
span { border-color: #D21A1B; }
span { border-color: rgb(210,26,27); }
td.TdClassName
{
border-color: #D21A1B;
}
.TagClassName
{
border-color: #D21A1B;
}
</style>