Shades of Fire Engine Red #D21A23
Tints of Fire Engine Red #D21A23
RGB
CMYK
RGB Variations
Color information
#D21A23 (or 0xD21A23) is known color: Fire Engine Red. HEX triplet: D2, 1A and 23. RGB value is (210,26,35). Sum of RGB (Red+Green+Blue) = 210+26+35=271 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.49% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 35 (14.06% from 255 or 12.92% from 271); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21A23 is #2DE5DC. Grayscale: #525252. Windows color (decimal): -3007965 or 2300626. OLE color: 2300626.
HSL color Cylindrical-coordinate representation of color #D21A23: hue angle of 357.07º 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 #D21A23 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 35 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.18 |
| HSL | 357.07º | 0.78% | 0.46% | - |
| HSV(B) | 357.07º | 0.88% | 0.82% | - |
| XYZ | 27.25 | 14.56 | 2.96 | - |
| YUV | 82.04 | 101.46 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 35 | 0 | 0.88 | 0.83 | 0.18 | 357.07 | 0.78 | 0.46 |
| Hex | D2 | 1A | 23 | 0 | 58 | 53 | 12 | 165 | 4E | 2E |
| Octal | 322 | 32 | 43 | 0 | 130 | 123 | 22 | 545 | 116 | 56 |
| Binary | 11010010 | 11010 | 100011 | 0 | 1011000 | 1010011 | 10010 | 101100101 | 1001110 | 101110 |
Color Harmonies of #D21A23
Complementary color
Monochromatic Colors of #D21A23
Black with #D21A23
Text Example
Text Example
White with #D21A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A23; }
p { color: rgb(210,26,35); }
H1.HeaderClassName
{
color: #D21A23;
}
.AnyTagClassName
{
color: #D21A23;
}
</style>
background-color css
<style>
a { background-color: #D21A23; }
a { background-color: rgb(210,26,35); }
div.DivClassName
{
background-color: #D21A23;
}
.BgClassName
{
background-color: #D21A23;
}
</style>
border-color css
<style>
span { border-color: #D21A23; }
span { border-color: rgb(210,26,35); }
td.TdClassName
{
border-color: #D21A23;
}
.TagClassName
{
border-color: #D21A23;
}
</style>