Shades of Fire Engine Red #D21C2B
Tints of Fire Engine Red #D21C2B
RGB
CMYK
RGB Variations
Color information
#D21C2B (or 0xD21C2B) is known color: Fire Engine Red. HEX triplet: D2, 1C and 2B. RGB value is (210,28,43). Sum of RGB (Red+Green+Blue) = 210+28+43=281 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.73% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21C2B is #2DE3D4. Grayscale: #545454. Windows color (decimal): -3007445 or 2825426. OLE color: 2825426.
HSL color Cylindrical-coordinate representation of color #D21C2B: hue angle of 355.05º 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 #D21C2B is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 43 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.18 |
| HSL | 355.05º | 0.76% | 0.47% | - |
| HSV(B) | 355.05º | 0.87% | 0.82% | - |
| XYZ | 27.43 | 14.71 | 3.68 | - |
| YUV | 84.13 | 104.8 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 43 | 0 | 0.87 | 0.80 | 0.18 | 355.05 | 0.76 | 0.47 |
| Hex | D2 | 1C | 2B | 0 | 57 | 50 | 12 | 163 | 4C | 2F |
| Octal | 322 | 34 | 53 | 0 | 127 | 120 | 22 | 543 | 114 | 57 |
| Binary | 11010010 | 11100 | 101011 | 0 | 1010111 | 1010000 | 10010 | 101100011 | 1001100 | 101111 |
Color Harmonies of #D21C2B
Complementary color
Monochromatic Colors of #D21C2B
Black with #D21C2B
Text Example
Text Example
White with #D21C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21C2B; }
p { color: rgb(210,28,43); }
H1.HeaderClassName
{
color: #D21C2B;
}
.AnyTagClassName
{
color: #D21C2B;
}
</style>
background-color css
<style>
a { background-color: #D21C2B; }
a { background-color: rgb(210,28,43); }
div.DivClassName
{
background-color: #D21C2B;
}
.BgClassName
{
background-color: #D21C2B;
}
</style>
border-color css
<style>
span { border-color: #D21C2B; }
span { border-color: rgb(210,28,43); }
td.TdClassName
{
border-color: #D21C2B;
}
.TagClassName
{
border-color: #D21C2B;
}
</style>