Shades of Fire Engine Red #D61625
Tints of Fire Engine Red #D61625
RGB
CMYK
RGB Variations
Color information
#D61625 (or 0xD61625) is known color: Fire Engine Red. HEX triplet: D6, 16 and 25. RGB value is (214,22,37). Sum of RGB (Red+Green+Blue) = 214+22+37=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D61625 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61625 is #29E9DA. Grayscale: #515151. Windows color (decimal): -2746843 or 2430678. OLE color: 2430678.
HSL color Cylindrical-coordinate representation of color #D61625: hue angle of 355.31º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61625 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 37 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.16 |
| HSL | 355.31º | 0.81% | 0.46% | - |
| HSV(B) | 355.31º | 0.9% | 0.84% | - |
| XYZ | 28.35 | 15 | 3.15 | - |
| YUV | 81.12 | 103.11 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 37 | 0 | 0.90 | 0.83 | 0.16 | 355.31 | 0.81 | 0.46 |
| Hex | D6 | 16 | 25 | 0 | 5A | 53 | 10 | 163 | 51 | 2E |
| Octal | 326 | 26 | 45 | 0 | 132 | 123 | 20 | 543 | 121 | 56 |
| Binary | 11010110 | 10110 | 100101 | 0 | 1011010 | 1010011 | 10000 | 101100011 | 1010001 | 101110 |
Color Harmonies of #D61625
Complementary color
Monochromatic Colors of #D61625
Black with #D61625
Text Example
Text Example
White with #D61625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61625; }
p { color: rgb(214,22,37); }
H1.HeaderClassName
{
color: #D61625;
}
.AnyTagClassName
{
color: #D61625;
}
</style>
background-color css
<style>
a { background-color: #D61625; }
a { background-color: rgb(214,22,37); }
div.DivClassName
{
background-color: #D61625;
}
.BgClassName
{
background-color: #D61625;
}
</style>
border-color css
<style>
span { border-color: #D61625; }
span { border-color: rgb(214,22,37); }
td.TdClassName
{
border-color: #D61625;
}
.TagClassName
{
border-color: #D61625;
}
</style>