Shades of Fire Engine Red #D2252B
Tints of Fire Engine Red #D2252B
RGB
CMYK
RGB Variations
Color information
#D2252B (or 0xD2252B) is known color: Fire Engine Red. HEX triplet: D2, 25 and 2B. RGB value is (210,37,43). Sum of RGB (Red+Green+Blue) = 210+37+43=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D2252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2252B is #2DDAD4. Grayscale: #595959. Windows color (decimal): -3005141 or 2827730. OLE color: 2827730.
HSL color Cylindrical-coordinate representation of color #D2252B: hue angle of 357.92º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2252B is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 43 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.18 |
| HSL | 357.92º | 0.7% | 0.48% | - |
| HSV(B) | 357.92º | 0.82% | 0.82% | - |
| XYZ | 27.68 | 15.2 | 3.76 | - |
| YUV | 89.41 | 101.81 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 43 | 0 | 0.82 | 0.80 | 0.18 | 357.92 | 0.7 | 0.48 |
| Hex | D2 | 25 | 2B | 0 | 52 | 50 | 12 | 166 | 46 | 30 |
| Octal | 322 | 45 | 53 | 0 | 122 | 120 | 22 | 546 | 106 | 60 |
| Binary | 11010010 | 100101 | 101011 | 0 | 1010010 | 1010000 | 10010 | 101100110 | 1000110 | 110000 |
Color Harmonies of #D2252B
Complementary color
Monochromatic Colors of #D2252B
Black with #D2252B
Text Example
Text Example
White with #D2252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2252B; }
p { color: rgb(210,37,43); }
H1.HeaderClassName
{
color: #D2252B;
}
.AnyTagClassName
{
color: #D2252B;
}
</style>
background-color css
<style>
a { background-color: #D2252B; }
a { background-color: rgb(210,37,43); }
div.DivClassName
{
background-color: #D2252B;
}
.BgClassName
{
background-color: #D2252B;
}
</style>
border-color css
<style>
span { border-color: #D2252B; }
span { border-color: rgb(210,37,43); }
td.TdClassName
{
border-color: #D2252B;
}
.TagClassName
{
border-color: #D2252B;
}
</style>