Shades of Fire Engine Red #D01726
Tints of Fire Engine Red #D01726
RGB
CMYK
RGB Variations
Color information
#D01726 (or 0xD01726) is known color: Fire Engine Red. HEX triplet: D0, 17 and 26. RGB value is (208,23,38). Sum of RGB (Red+Green+Blue) = 208+23+38=269 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.32% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 208 - color contains mainly: red. Hex color #D01726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01726 is #2FE8D9. Grayscale: #505050. Windows color (decimal): -3139802 or 2496464. OLE color: 2496464.
HSL color Cylindrical-coordinate representation of color #D01726: hue angle of 355.14º 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 #D01726 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 38 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.18 |
| HSL | 355.14º | 0.8% | 0.45% | - |
| HSV(B) | 355.14º | 0.89% | 0.82% | - |
| XYZ | 26.67 | 14.16 | 3.16 | - |
| YUV | 80.03 | 104.29 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 38 | 0 | 0.89 | 0.82 | 0.18 | 355.14 | 0.8 | 0.45 |
| Hex | D0 | 17 | 26 | 0 | 59 | 52 | 12 | 163 | 50 | 2D |
| Octal | 320 | 27 | 46 | 0 | 131 | 122 | 22 | 543 | 120 | 55 |
| Binary | 11010000 | 10111 | 100110 | 0 | 1011001 | 1010010 | 10010 | 101100011 | 1010000 | 101101 |
Color Harmonies of #D01726
Complementary color
Monochromatic Colors of #D01726
Black with #D01726
Text Example
Text Example
White with #D01726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01726; }
p { color: rgb(208,23,38); }
H1.HeaderClassName
{
color: #D01726;
}
.AnyTagClassName
{
color: #D01726;
}
</style>
background-color css
<style>
a { background-color: #D01726; }
a { background-color: rgb(208,23,38); }
div.DivClassName
{
background-color: #D01726;
}
.BgClassName
{
background-color: #D01726;
}
</style>
border-color css
<style>
span { border-color: #D01726; }
span { border-color: rgb(208,23,38); }
td.TdClassName
{
border-color: #D01726;
}
.TagClassName
{
border-color: #D01726;
}
</style>