Shades of Fire Engine Red #D61725
Tints of Fire Engine Red #D61725
RGB
CMYK
RGB Variations
Color information
#D61725 (or 0xD61725) is known color: Fire Engine Red. HEX triplet: D6, 17 and 25. RGB value is (214,23,37). Sum of RGB (Red+Green+Blue) = 214+23+37=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D61725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61725 is #29E8DA. Grayscale: #515151. Windows color (decimal): -2746587 or 2430934. OLE color: 2430934.
HSL color Cylindrical-coordinate representation of color #D61725: hue angle of 355.6º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61725 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 37 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.16 |
| HSL | 355.6º | 0.81% | 0.46% | - |
| HSV(B) | 355.6º | 0.89% | 0.84% | - |
| XYZ | 28.37 | 15.04 | 3.16 | - |
| YUV | 81.71 | 102.78 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 37 | 0 | 0.89 | 0.83 | 0.16 | 355.6 | 0.81 | 0.46 |
| Hex | D6 | 17 | 25 | 0 | 59 | 53 | 10 | 164 | 51 | 2E |
| Octal | 326 | 27 | 45 | 0 | 131 | 123 | 20 | 544 | 121 | 56 |
| Binary | 11010110 | 10111 | 100101 | 0 | 1011001 | 1010011 | 10000 | 101100100 | 1010001 | 101110 |
Color Harmonies of #D61725
Complementary color
Monochromatic Colors of #D61725
Black with #D61725
Text Example
Text Example
White with #D61725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61725; }
p { color: rgb(214,23,37); }
H1.HeaderClassName
{
color: #D61725;
}
.AnyTagClassName
{
color: #D61725;
}
</style>
background-color css
<style>
a { background-color: #D61725; }
a { background-color: rgb(214,23,37); }
div.DivClassName
{
background-color: #D61725;
}
.BgClassName
{
background-color: #D61725;
}
</style>
border-color css
<style>
span { border-color: #D61725; }
span { border-color: rgb(214,23,37); }
td.TdClassName
{
border-color: #D61725;
}
.TagClassName
{
border-color: #D61725;
}
</style>