Shades of Fire Engine Red #D21725
Tints of Fire Engine Red #D21725
RGB
CMYK
RGB Variations
Color information
#D21725 (or 0xD21725) is known color: Fire Engine Red. HEX triplet: D2, 17 and 25. RGB value is (210,23,37). Sum of RGB (Red+Green+Blue) = 210+23+37=270 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.78% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 210 - color contains mainly: red. Hex color #D21725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21725 is #2DE8DA. Grayscale: #505050. Windows color (decimal): -3008731 or 2430930. OLE color: 2430930.
HSL color Cylindrical-coordinate representation of color #D21725: hue angle of 355.51º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21725 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 37 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.18 |
| HSL | 355.51º | 0.8% | 0.46% | - |
| HSV(B) | 355.51º | 0.89% | 0.82% | - |
| XYZ | 27.22 | 14.45 | 3.1 | - |
| YUV | 80.51 | 103.45 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 37 | 0 | 0.89 | 0.82 | 0.18 | 355.51 | 0.8 | 0.46 |
| Hex | D2 | 17 | 25 | 0 | 59 | 52 | 12 | 164 | 50 | 2E |
| Octal | 322 | 27 | 45 | 0 | 131 | 122 | 22 | 544 | 120 | 56 |
| Binary | 11010010 | 10111 | 100101 | 0 | 1011001 | 1010010 | 10010 | 101100100 | 1010000 | 101110 |
Color Harmonies of #D21725
Complementary color
Monochromatic Colors of #D21725
Black with #D21725
Text Example
Text Example
White with #D21725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21725; }
p { color: rgb(210,23,37); }
H1.HeaderClassName
{
color: #D21725;
}
.AnyTagClassName
{
color: #D21725;
}
</style>
background-color css
<style>
a { background-color: #D21725; }
a { background-color: rgb(210,23,37); }
div.DivClassName
{
background-color: #D21725;
}
.BgClassName
{
background-color: #D21725;
}
</style>
border-color css
<style>
span { border-color: #D21725; }
span { border-color: rgb(210,23,37); }
td.TdClassName
{
border-color: #D21725;
}
.TagClassName
{
border-color: #D21725;
}
</style>