Shades of Fire Engine Red #D61A1F
Tints of Fire Engine Red #D61A1F
RGB
CMYK
RGB Variations
Color information
#D61A1F (or 0xD61A1F) is known color: Fire Engine Red. HEX triplet: D6, 1A and 1F. RGB value is (214,26,31). Sum of RGB (Red+Green+Blue) = 214+26+31=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61A1F is #29E5E0. Grayscale: #525252. Windows color (decimal): -2745825 or 2038486. OLE color: 2038486.
HSL color Cylindrical-coordinate representation of color #D61A1F: hue angle of 358.4º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61A1F is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 26 | 31 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.16 |
| HSL | 358.4º | 0.78% | 0.47% | - |
| HSV(B) | 358.4º | 0.88% | 0.84% | - |
| XYZ | 28.35 | 15.13 | 2.72 | - |
| YUV | 82.78 | 98.78 | 221.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 26 | 31 | 0 | 0.88 | 0.86 | 0.16 | 358.4 | 0.78 | 0.47 |
| Hex | D6 | 1A | 1F | 0 | 58 | 56 | 10 | 166 | 4E | 2F |
| Octal | 326 | 32 | 37 | 0 | 130 | 126 | 20 | 546 | 116 | 57 |
| Binary | 11010110 | 11010 | 11111 | 0 | 1011000 | 1010110 | 10000 | 101100110 | 1001110 | 101111 |
Color Harmonies of #D61A1F
Complementary color
Monochromatic Colors of #D61A1F
Black with #D61A1F
Text Example
Text Example
White with #D61A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61A1F; }
p { color: rgb(214,26,31); }
H1.HeaderClassName
{
color: #D61A1F;
}
.AnyTagClassName
{
color: #D61A1F;
}
</style>
background-color css
<style>
a { background-color: #D61A1F; }
a { background-color: rgb(214,26,31); }
div.DivClassName
{
background-color: #D61A1F;
}
.BgClassName
{
background-color: #D61A1F;
}
</style>
border-color css
<style>
span { border-color: #D61A1F; }
span { border-color: rgb(214,26,31); }
td.TdClassName
{
border-color: #D61A1F;
}
.TagClassName
{
border-color: #D61A1F;
}
</style>