Shades of Fire Engine Red #D61726
Tints of Fire Engine Red #D61726
RGB
CMYK
RGB Variations
Color information
#D61726 (or 0xD61726) is known color: Fire Engine Red. HEX triplet: D6, 17 and 26. RGB value is (214,23,38). Sum of RGB (Red+Green+Blue) = 214+23+38=275 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.82% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 214 - color contains mainly: red. Hex color #D61726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61726 is #29E8D9. Grayscale: #515151. Windows color (decimal): -2746586 or 2496470. OLE color: 2496470.
HSL color Cylindrical-coordinate representation of color #D61726: hue angle of 355.29º 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 #D61726 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 38 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.16 |
| HSL | 355.29º | 0.81% | 0.46% | - |
| HSV(B) | 355.29º | 0.89% | 0.84% | - |
| XYZ | 28.39 | 15.05 | 3.24 | - |
| YUV | 81.82 | 103.28 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 38 | 0 | 0.89 | 0.82 | 0.16 | 355.29 | 0.81 | 0.46 |
| Hex | D6 | 17 | 26 | 0 | 59 | 52 | 10 | 163 | 51 | 2E |
| Octal | 326 | 27 | 46 | 0 | 131 | 122 | 20 | 543 | 121 | 56 |
| Binary | 11010110 | 10111 | 100110 | 0 | 1011001 | 1010010 | 10000 | 101100011 | 1010001 | 101110 |
Color Harmonies of #D61726
Complementary color
Monochromatic Colors of #D61726
Black with #D61726
Text Example
Text Example
White with #D61726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61726; }
p { color: rgb(214,23,38); }
H1.HeaderClassName
{
color: #D61726;
}
.AnyTagClassName
{
color: #D61726;
}
</style>
background-color css
<style>
a { background-color: #D61726; }
a { background-color: rgb(214,23,38); }
div.DivClassName
{
background-color: #D61726;
}
.BgClassName
{
background-color: #D61726;
}
</style>
border-color css
<style>
span { border-color: #D61726; }
span { border-color: rgb(214,23,38); }
td.TdClassName
{
border-color: #D61726;
}
.TagClassName
{
border-color: #D61726;
}
</style>