Shades of Fire Engine Red #D10725
Tints of Fire Engine Red #D10725
RGB
CMYK
RGB Variations
Color information
#D10725 (or 0xD10725) is known color: Fire Engine Red. HEX triplet: D1, 07 and 25. RGB value is (209,7,37). Sum of RGB (Red+Green+Blue) = 209+7+37=253 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.61% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 209 - color contains mainly: red. Hex color #D10725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10725 is #2EF8DA. Grayscale: #464646. Windows color (decimal): -3078363 or 2426833. OLE color: 2426833.
HSL color Cylindrical-coordinate representation of color #D10725: hue angle of 351.09º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D10725 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 37 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.18 |
| HSL | 351.09º | 0.94% | 0.42% | - |
| HSV(B) | 351.09º | 0.97% | 0.82% | - |
| XYZ | 26.7 | 13.84 | 3.01 | - |
| YUV | 70.82 | 108.92 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 37 | 0 | 0.97 | 0.82 | 0.18 | 351.09 | 0.94 | 0.42 |
| Hex | D1 | 7 | 25 | 0 | 61 | 52 | 12 | 15F | 5E | 2A |
| Octal | 321 | 7 | 45 | 0 | 141 | 122 | 22 | 537 | 136 | 52 |
| Binary | 11010001 | 111 | 100101 | 0 | 1100001 | 1010010 | 10010 | 101011111 | 1011110 | 101010 |
Color Harmonies of #D10725
Complementary color
Monochromatic Colors of #D10725
Black with #D10725
Text Example
Text Example
White with #D10725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10725; }
p { color: rgb(209,7,37); }
H1.HeaderClassName
{
color: #D10725;
}
.AnyTagClassName
{
color: #D10725;
}
</style>
background-color css
<style>
a { background-color: #D10725; }
a { background-color: rgb(209,7,37); }
div.DivClassName
{
background-color: #D10725;
}
.BgClassName
{
background-color: #D10725;
}
</style>
border-color css
<style>
span { border-color: #D10725; }
span { border-color: rgb(209,7,37); }
td.TdClassName
{
border-color: #D10725;
}
.TagClassName
{
border-color: #D10725;
}
</style>