Shades of Fire Engine Red #D21A1C
Tints of Fire Engine Red #D21A1C
RGB
CMYK
RGB Variations
Color information
#D21A1C (or 0xD21A1C) is known color: Fire Engine Red. HEX triplet: D2, 1A and 1C. RGB value is (210,26,28). Sum of RGB (Red+Green+Blue) = 210+26+28=264 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.55% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21A1C is #2DE5E3. Grayscale: #515151. Windows color (decimal): -3007972 or 1841874. OLE color: 1841874.
HSL color Cylindrical-coordinate representation of color #D21A1C: hue angle of 359.35º 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 #D21A1C is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 28 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.18 |
| HSL | 359.35º | 0.78% | 0.46% | - |
| HSV(B) | 359.35º | 0.88% | 0.82% | - |
| XYZ | 27.16 | 14.52 | 2.47 | - |
| YUV | 81.24 | 97.96 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 28 | 0 | 0.88 | 0.87 | 0.18 | 359.35 | 0.78 | 0.46 |
| Hex | D2 | 1A | 1C | 0 | 58 | 57 | 12 | 167 | 4E | 2E |
| Octal | 322 | 32 | 34 | 0 | 130 | 127 | 22 | 547 | 116 | 56 |
| Binary | 11010010 | 11010 | 11100 | 0 | 1011000 | 1010111 | 10010 | 101100111 | 1001110 | 101110 |
Color Harmonies of #D21A1C
Complementary color
Monochromatic Colors of #D21A1C
Black with #D21A1C
Text Example
Text Example
White with #D21A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A1C; }
p { color: rgb(210,26,28); }
H1.HeaderClassName
{
color: #D21A1C;
}
.AnyTagClassName
{
color: #D21A1C;
}
</style>
background-color css
<style>
a { background-color: #D21A1C; }
a { background-color: rgb(210,26,28); }
div.DivClassName
{
background-color: #D21A1C;
}
.BgClassName
{
background-color: #D21A1C;
}
</style>
border-color css
<style>
span { border-color: #D21A1C; }
span { border-color: rgb(210,26,28); }
td.TdClassName
{
border-color: #D21A1C;
}
.TagClassName
{
border-color: #D21A1C;
}
</style>