Shades of Fire Engine Red #D81725
Tints of Fire Engine Red #D81725
RGB
CMYK
RGB Variations
Color information
#D81725 (or 0xD81725) is known color: Fire Engine Red. HEX triplet: D8, 17 and 25. RGB value is (216,23,37). Sum of RGB (Red+Green+Blue) = 216+23+37=276 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.26% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 216 - color contains mainly: red. Hex color #D81725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81725 is #27E8DA. Grayscale: #525252. Windows color (decimal): -2615515 or 2430936. OLE color: 2430936.
HSL color Cylindrical-coordinate representation of color #D81725: hue angle of 355.65º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D81725 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 23 | 37 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.15 |
| HSL | 355.65º | 0.81% | 0.47% | - |
| HSV(B) | 355.65º | 0.89% | 0.85% | - |
| XYZ | 28.96 | 15.35 | 3.19 | - |
| YUV | 82.3 | 102.44 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 23 | 37 | 0 | 0.89 | 0.83 | 0.15 | 355.65 | 0.81 | 0.47 |
| Hex | D8 | 17 | 25 | 0 | 59 | 53 | F | 164 | 51 | 2F |
| Octal | 330 | 27 | 45 | 0 | 131 | 123 | 17 | 544 | 121 | 57 |
| Binary | 11011000 | 10111 | 100101 | 0 | 1011001 | 1010011 | 1111 | 101100100 | 1010001 | 101111 |
Color Harmonies of #D81725
Complementary color
Monochromatic Colors of #D81725
Black with #D81725
Text Example
Text Example
White with #D81725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81725; }
p { color: rgb(216,23,37); }
H1.HeaderClassName
{
color: #D81725;
}
.AnyTagClassName
{
color: #D81725;
}
</style>
background-color css
<style>
a { background-color: #D81725; }
a { background-color: rgb(216,23,37); }
div.DivClassName
{
background-color: #D81725;
}
.BgClassName
{
background-color: #D81725;
}
</style>
border-color css
<style>
span { border-color: #D81725; }
span { border-color: rgb(216,23,37); }
td.TdClassName
{
border-color: #D81725;
}
.TagClassName
{
border-color: #D81725;
}
</style>