Shades of Fire Engine Red #D21923
Tints of Fire Engine Red #D21923
RGB
CMYK
RGB Variations
Color information
#D21923 (or 0xD21923) is known color: Fire Engine Red. HEX triplet: D2, 19 and 23. RGB value is (210,25,35). Sum of RGB (Red+Green+Blue) = 210+25+35=270 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.78% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 210 - color contains mainly: red. Hex color #D21923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21923 is #2DE6DC. Grayscale: #515151. Windows color (decimal): -3008221 or 2300370. OLE color: 2300370.
HSL color Cylindrical-coordinate representation of color #D21923: hue angle of 356.76º degrees, saturation: 0.79, 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 #D21923 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 35 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.18 |
| HSL | 356.76º | 0.79% | 0.46% | - |
| HSV(B) | 356.76º | 0.88% | 0.82% | - |
| XYZ | 27.23 | 14.52 | 2.96 | - |
| YUV | 81.46 | 101.79 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 35 | 0 | 0.88 | 0.83 | 0.18 | 356.76 | 0.79 | 0.46 |
| Hex | D2 | 19 | 23 | 0 | 58 | 53 | 12 | 165 | 4F | 2E |
| Octal | 322 | 31 | 43 | 0 | 130 | 123 | 22 | 545 | 117 | 56 |
| Binary | 11010010 | 11001 | 100011 | 0 | 1011000 | 1010011 | 10010 | 101100101 | 1001111 | 101110 |
Color Harmonies of #D21923
Complementary color
Monochromatic Colors of #D21923
Black with #D21923
Text Example
Text Example
White with #D21923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21923; }
p { color: rgb(210,25,35); }
H1.HeaderClassName
{
color: #D21923;
}
.AnyTagClassName
{
color: #D21923;
}
</style>
background-color css
<style>
a { background-color: #D21923; }
a { background-color: rgb(210,25,35); }
div.DivClassName
{
background-color: #D21923;
}
.BgClassName
{
background-color: #D21923;
}
</style>
border-color css
<style>
span { border-color: #D21923; }
span { border-color: rgb(210,25,35); }
td.TdClassName
{
border-color: #D21923;
}
.TagClassName
{
border-color: #D21923;
}
</style>