Shades of Fire Engine Red #D21D25
Tints of Fire Engine Red #D21D25
RGB
CMYK
RGB Variations
Color information
#D21D25 (or 0xD21D25) is known color: Fire Engine Red. HEX triplet: D2, 1D and 25. RGB value is (210,29,37). Sum of RGB (Red+Green+Blue) = 210+29+37=276 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.09% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 210 - color contains mainly: red. Hex color #D21D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21D25 is #2DE2DA. Grayscale: #545454. Windows color (decimal): -3007195 or 2432466. OLE color: 2432466.
HSL color Cylindrical-coordinate representation of color #D21D25: hue angle of 357.35º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21D25 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 29 | 37 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.18 |
| HSL | 357.35º | 0.76% | 0.47% | - |
| HSV(B) | 357.35º | 0.86% | 0.82% | - |
| XYZ | 27.35 | 14.71 | 3.15 | - |
| YUV | 84.03 | 101.47 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 29 | 37 | 0 | 0.86 | 0.82 | 0.18 | 357.35 | 0.76 | 0.47 |
| Hex | D2 | 1D | 25 | 0 | 56 | 52 | 12 | 165 | 4C | 2F |
| Octal | 322 | 35 | 45 | 0 | 126 | 122 | 22 | 545 | 114 | 57 |
| Binary | 11010010 | 11101 | 100101 | 0 | 1010110 | 1010010 | 10010 | 101100101 | 1001100 | 101111 |
Color Harmonies of #D21D25
Complementary color
Monochromatic Colors of #D21D25
Black with #D21D25
Text Example
Text Example
White with #D21D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21D25; }
p { color: rgb(210,29,37); }
H1.HeaderClassName
{
color: #D21D25;
}
.AnyTagClassName
{
color: #D21D25;
}
</style>
background-color css
<style>
a { background-color: #D21D25; }
a { background-color: rgb(210,29,37); }
div.DivClassName
{
background-color: #D21D25;
}
.BgClassName
{
background-color: #D21D25;
}
</style>
border-color css
<style>
span { border-color: #D21D25; }
span { border-color: rgb(210,29,37); }
td.TdClassName
{
border-color: #D21D25;
}
.TagClassName
{
border-color: #D21D25;
}
</style>