Shades of Fire Engine Red #D21B2C
Tints of Fire Engine Red #D21B2C
RGB
CMYK
RGB Variations
Color information
#D21B2C (or 0xD21B2C) is known color: Fire Engine Red. HEX triplet: D2, 1B and 2C. RGB value is (210,27,44). Sum of RGB (Red+Green+Blue) = 210+27+44=281 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.73% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21B2C is #2DE4D3. Grayscale: #535353. Windows color (decimal): -3007700 or 2890706. OLE color: 2890706.
HSL color Cylindrical-coordinate representation of color #D21B2C: hue angle of 354.43º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21B2C is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 44 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.18 |
| HSL | 354.43º | 0.77% | 0.46% | - |
| HSV(B) | 354.43º | 0.87% | 0.82% | - |
| XYZ | 27.42 | 14.67 | 3.77 | - |
| YUV | 83.66 | 105.63 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 44 | 0 | 0.87 | 0.79 | 0.18 | 354.43 | 0.77 | 0.46 |
| Hex | D2 | 1B | 2C | 0 | 57 | 4F | 12 | 162 | 4D | 2E |
| Octal | 322 | 33 | 54 | 0 | 127 | 117 | 22 | 542 | 115 | 56 |
| Binary | 11010010 | 11011 | 101100 | 0 | 1010111 | 1001111 | 10010 | 101100010 | 1001101 | 101110 |
Color Harmonies of #D21B2C
Complementary color
Monochromatic Colors of #D21B2C
Black with #D21B2C
Text Example
Text Example
White with #D21B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21B2C; }
p { color: rgb(210,27,44); }
H1.HeaderClassName
{
color: #D21B2C;
}
.AnyTagClassName
{
color: #D21B2C;
}
</style>
background-color css
<style>
a { background-color: #D21B2C; }
a { background-color: rgb(210,27,44); }
div.DivClassName
{
background-color: #D21B2C;
}
.BgClassName
{
background-color: #D21B2C;
}
</style>
border-color css
<style>
span { border-color: #D21B2C; }
span { border-color: rgb(210,27,44); }
td.TdClassName
{
border-color: #D21B2C;
}
.TagClassName
{
border-color: #D21B2C;
}
</style>