Shades of Fire Engine Red #D60725
Tints of Fire Engine Red #D60725
RGB
CMYK
RGB Variations
Color information
#D60725 (or 0xD60725) is known color: Fire Engine Red. HEX triplet: D6, 07 and 25. RGB value is (214,7,37). Sum of RGB (Red+Green+Blue) = 214+7+37=258 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.95% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 214 - color contains mainly: red. Hex color #D60725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60725 is #29F8DA. Grayscale: #484848. Windows color (decimal): -2750683 or 2426838. OLE color: 2426838.
HSL color Cylindrical-coordinate representation of color #D60725: hue angle of 351.3º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D60725 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 7 | 37 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.16 |
| HSL | 351.3º | 0.94% | 0.43% | - |
| HSV(B) | 351.3º | 0.97% | 0.84% | - |
| XYZ | 28.14 | 14.58 | 3.08 | - |
| YUV | 72.31 | 108.08 | 229.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 7 | 37 | 0 | 0.97 | 0.83 | 0.16 | 351.3 | 0.94 | 0.43 |
| Hex | D6 | 7 | 25 | 0 | 61 | 53 | 10 | 15F | 5E | 2B |
| Octal | 326 | 7 | 45 | 0 | 141 | 123 | 20 | 537 | 136 | 53 |
| Binary | 11010110 | 111 | 100101 | 0 | 1100001 | 1010011 | 10000 | 101011111 | 1011110 | 101011 |
Color Harmonies of #D60725
Complementary color
Monochromatic Colors of #D60725
Black with #D60725
Text Example
Text Example
White with #D60725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60725; }
p { color: rgb(214,7,37); }
H1.HeaderClassName
{
color: #D60725;
}
.AnyTagClassName
{
color: #D60725;
}
</style>
background-color css
<style>
a { background-color: #D60725; }
a { background-color: rgb(214,7,37); }
div.DivClassName
{
background-color: #D60725;
}
.BgClassName
{
background-color: #D60725;
}
</style>
border-color css
<style>
span { border-color: #D60725; }
span { border-color: rgb(214,7,37); }
td.TdClassName
{
border-color: #D60725;
}
.TagClassName
{
border-color: #D60725;
}
</style>