Shades of Fire Engine Red #D21C2A
Tints of Fire Engine Red #D21C2A
RGB
CMYK
RGB Variations
Color information
#D21C2A (or 0xD21C2A) is known color: Fire Engine Red. HEX triplet: D2, 1C and 2A. RGB value is (210,28,42). Sum of RGB (Red+Green+Blue) = 210+28+42=280 (37% of max value = 765). Red value is 210 (82.42% from 255 or 75% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21C2A is #2DE3D5. Grayscale: #545454. Windows color (decimal): -3007446 or 2759890. OLE color: 2759890.
HSL color Cylindrical-coordinate representation of color #D21C2A: hue angle of 355.38º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21C2A is Cyan = 0, Magento = 0.87, Yellow = 0.8 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 42 | - |
| CMYK | 0 | 0.87 | 0.8 | 0.18 |
| HSL | 355.38º | 0.76% | 0.47% | - |
| HSV(B) | 355.38º | 0.87% | 0.82% | - |
| XYZ | 27.41 | 14.7 | 3.58 | - |
| YUV | 84.01 | 104.3 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 42 | 0 | 0.87 | 0.8 | 0.18 | 355.38 | 0.76 | 0.47 |
| Hex | D2 | 1C | 2A | 0 | 57 | 50 | 12 | 163 | 4C | 2F |
| Octal | 322 | 34 | 52 | 0 | 127 | 120 | 22 | 543 | 114 | 57 |
| Binary | 11010010 | 11100 | 101010 | 0 | 1010111 | 1010000 | 10010 | 101100011 | 1001100 | 101111 |
Color Harmonies of #D21C2A
Complementary color
Monochromatic Colors of #D21C2A
Black with #D21C2A
Text Example
Text Example
White with #D21C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21C2A; }
p { color: rgb(210,28,42); }
H1.HeaderClassName
{
color: #D21C2A;
}
.AnyTagClassName
{
color: #D21C2A;
}
</style>
background-color css
<style>
a { background-color: #D21C2A; }
a { background-color: rgb(210,28,42); }
div.DivClassName
{
background-color: #D21C2A;
}
.BgClassName
{
background-color: #D21C2A;
}
</style>
border-color css
<style>
span { border-color: #D21C2A; }
span { border-color: rgb(210,28,42); }
td.TdClassName
{
border-color: #D21C2A;
}
.TagClassName
{
border-color: #D21C2A;
}
</style>