Shades of Fire Engine Red #D01725
Tints of Fire Engine Red #D01725
RGB
CMYK
RGB Variations
Color information
#D01725 (or 0xD01725) is known color: Fire Engine Red. HEX triplet: D0, 17 and 25. RGB value is (208,23,37). Sum of RGB (Red+Green+Blue) = 208+23+37=268 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.61% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 208 - color contains mainly: red. Hex color #D01725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01725 is #2FE8DA. Grayscale: #505050. Windows color (decimal): -3139803 or 2430928. OLE color: 2430928.
HSL color Cylindrical-coordinate representation of color #D01725: hue angle of 355.46º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01725 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 37 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.18 |
| HSL | 355.46º | 0.8% | 0.45% | - |
| HSV(B) | 355.46º | 0.89% | 0.82% | - |
| XYZ | 26.65 | 14.16 | 3.08 | - |
| YUV | 79.91 | 103.79 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 37 | 0 | 0.89 | 0.82 | 0.18 | 355.46 | 0.8 | 0.45 |
| Hex | D0 | 17 | 25 | 0 | 59 | 52 | 12 | 163 | 50 | 2D |
| Octal | 320 | 27 | 45 | 0 | 131 | 122 | 22 | 543 | 120 | 55 |
| Binary | 11010000 | 10111 | 100101 | 0 | 1011001 | 1010010 | 10010 | 101100011 | 1010000 | 101101 |
Color Harmonies of #D01725
Complementary color
Monochromatic Colors of #D01725
Black with #D01725
Text Example
Text Example
White with #D01725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01725; }
p { color: rgb(208,23,37); }
H1.HeaderClassName
{
color: #D01725;
}
.AnyTagClassName
{
color: #D01725;
}
</style>
background-color css
<style>
a { background-color: #D01725; }
a { background-color: rgb(208,23,37); }
div.DivClassName
{
background-color: #D01725;
}
.BgClassName
{
background-color: #D01725;
}
</style>
border-color css
<style>
span { border-color: #D01725; }
span { border-color: rgb(208,23,37); }
td.TdClassName
{
border-color: #D01725;
}
.TagClassName
{
border-color: #D01725;
}
</style>