Shades of Fire Engine Red #D10A20
Tints of Fire Engine Red #D10A20
RGB
CMYK
RGB Variations
Color information
#D10A20 (or 0xD10A20) is known color: Fire Engine Red. HEX triplet: D1, 0A and 20. RGB value is (209,10,32). Sum of RGB (Red+Green+Blue) = 209+10+32=251 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.27% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 209 - color contains mainly: red. Hex color #D10A20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10A20 is #2EF5DF. Grayscale: #484848. Windows color (decimal): -3077600 or 2099921. OLE color: 2099921.
HSL color Cylindrical-coordinate representation of color #D10A20: hue angle of 353.37º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10A20 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 10 | 32 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.18 |
| HSL | 353.37º | 0.91% | 0.43% | - |
| HSV(B) | 353.37º | 0.95% | 0.82% | - |
| XYZ | 26.66 | 13.88 | 2.64 | - |
| YUV | 72.01 | 105.43 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 10 | 32 | 0 | 0.95 | 0.85 | 0.18 | 353.37 | 0.91 | 0.43 |
| Hex | D1 | A | 20 | 0 | 5F | 55 | 12 | 161 | 5B | 2B |
| Octal | 321 | 12 | 40 | 0 | 137 | 125 | 22 | 541 | 133 | 53 |
| Binary | 11010001 | 1010 | 100000 | 0 | 1011111 | 1010101 | 10010 | 101100001 | 1011011 | 101011 |
Color Harmonies of #D10A20
Complementary color
Monochromatic Colors of #D10A20
Black with #D10A20
Text Example
Text Example
White with #D10A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10A20; }
p { color: rgb(209,10,32); }
H1.HeaderClassName
{
color: #D10A20;
}
.AnyTagClassName
{
color: #D10A20;
}
</style>
background-color css
<style>
a { background-color: #D10A20; }
a { background-color: rgb(209,10,32); }
div.DivClassName
{
background-color: #D10A20;
}
.BgClassName
{
background-color: #D10A20;
}
</style>
border-color css
<style>
span { border-color: #D10A20; }
span { border-color: rgb(209,10,32); }
td.TdClassName
{
border-color: #D10A20;
}
.TagClassName
{
border-color: #D10A20;
}
</style>