Shades of Fire Engine Red #D21F2A
Tints of Fire Engine Red #D21F2A
RGB
CMYK
RGB Variations
Color information
#D21F2A (or 0xD21F2A) is known color: Fire Engine Red. HEX triplet: D2, 1F and 2A. RGB value is (210,31,42). Sum of RGB (Red+Green+Blue) = 210+31+42=283 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.20% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21F2A is #2DE0D5. Grayscale: #555555. Windows color (decimal): -3006678 or 2760658. OLE color: 2760658.
HSL color Cylindrical-coordinate representation of color #D21F2A: hue angle of 356.31º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D21F2A is Cyan = 0, Magento = 0.85, Yellow = 0.8 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 42 | - |
| CMYK | 0 | 0.85 | 0.8 | 0.18 |
| HSL | 356.31º | 0.74% | 0.47% | - |
| HSV(B) | 356.31º | 0.85% | 0.82% | - |
| XYZ | 27.49 | 14.85 | 3.61 | - |
| YUV | 85.78 | 103.3 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 42 | 0 | 0.85 | 0.8 | 0.18 | 356.31 | 0.74 | 0.47 |
| Hex | D2 | 1F | 2A | 0 | 55 | 50 | 12 | 164 | 4A | 2F |
| Octal | 322 | 37 | 52 | 0 | 125 | 120 | 22 | 544 | 112 | 57 |
| Binary | 11010010 | 11111 | 101010 | 0 | 1010101 | 1010000 | 10010 | 101100100 | 1001010 | 101111 |
Color Harmonies of #D21F2A
Complementary color
Monochromatic Colors of #D21F2A
Black with #D21F2A
Text Example
Text Example
White with #D21F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21F2A; }
p { color: rgb(210,31,42); }
H1.HeaderClassName
{
color: #D21F2A;
}
.AnyTagClassName
{
color: #D21F2A;
}
</style>
background-color css
<style>
a { background-color: #D21F2A; }
a { background-color: rgb(210,31,42); }
div.DivClassName
{
background-color: #D21F2A;
}
.BgClassName
{
background-color: #D21F2A;
}
</style>
border-color css
<style>
span { border-color: #D21F2A; }
span { border-color: rgb(210,31,42); }
td.TdClassName
{
border-color: #D21F2A;
}
.TagClassName
{
border-color: #D21F2A;
}
</style>