Shades of Fire Engine Red #D61D25
Tints of Fire Engine Red #D61D25
RGB
CMYK
RGB Variations
Color information
#D61D25 (or 0xD61D25) is known color: Fire Engine Red. HEX triplet: D6, 1D and 25. RGB value is (214,29,37). Sum of RGB (Red+Green+Blue) = 214+29+37=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61D25 is #29E2DA. Grayscale: #555555. Windows color (decimal): -2745051 or 2432470. OLE color: 2432470.
HSL color Cylindrical-coordinate representation of color #D61D25: hue angle of 357.41º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61D25 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 29 | 37 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.16 |
| HSL | 357.41º | 0.76% | 0.48% | - |
| HSV(B) | 357.41º | 0.86% | 0.84% | - |
| XYZ | 28.5 | 15.31 | 3.2 | - |
| YUV | 85.23 | 100.79 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 37 | 0 | 0.86 | 0.83 | 0.16 | 357.41 | 0.76 | 0.48 |
| Hex | D6 | 1D | 25 | 0 | 56 | 53 | 10 | 165 | 4C | 30 |
| Octal | 326 | 35 | 45 | 0 | 126 | 123 | 20 | 545 | 114 | 60 |
| Binary | 11010110 | 11101 | 100101 | 0 | 1010110 | 1010011 | 10000 | 101100101 | 1001100 | 110000 |
Color Harmonies of #D61D25
Complementary color
Monochromatic Colors of #D61D25
Black with #D61D25
Text Example
Text Example
White with #D61D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61D25; }
p { color: rgb(214,29,37); }
H1.HeaderClassName
{
color: #D61D25;
}
.AnyTagClassName
{
color: #D61D25;
}
</style>
background-color css
<style>
a { background-color: #D61D25; }
a { background-color: rgb(214,29,37); }
div.DivClassName
{
background-color: #D61D25;
}
.BgClassName
{
background-color: #D61D25;
}
</style>
border-color css
<style>
span { border-color: #D61D25; }
span { border-color: rgb(214,29,37); }
td.TdClassName
{
border-color: #D61D25;
}
.TagClassName
{
border-color: #D61D25;
}
</style>