Shades of Fire Engine Red #D61A2E
Tints of Fire Engine Red #D61A2E
RGB
CMYK
RGB Variations
Color information
#D61A2E (or 0xD61A2E) is known color: Fire Engine Red. HEX triplet: D6, 1A and 2E. RGB value is (214,26,46). Sum of RGB (Red+Green+Blue) = 214+26+46=286 (37% of max value = 765). Red value is 214 (83.98% from 255 or 74.83% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61A2E is #29E5D1. Grayscale: #545454. Windows color (decimal): -2745810 or 3021526. OLE color: 3021526.
HSL color Cylindrical-coordinate representation of color #D61A2E: hue angle of 353.62º 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 #D61A2E is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 26 | 46 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.16 |
| HSL | 353.62º | 0.78% | 0.47% | - |
| HSV(B) | 353.62º | 0.88% | 0.84% | - |
| XYZ | 28.59 | 15.23 | 4.02 | - |
| YUV | 84.49 | 106.28 | 220.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 26 | 46 | 0 | 0.88 | 0.79 | 0.16 | 353.62 | 0.78 | 0.47 |
| Hex | D6 | 1A | 2E | 0 | 58 | 4F | 10 | 162 | 4E | 2F |
| Octal | 326 | 32 | 56 | 0 | 130 | 117 | 20 | 542 | 116 | 57 |
| Binary | 11010110 | 11010 | 101110 | 0 | 1011000 | 1001111 | 10000 | 101100010 | 1001110 | 101111 |
Color Harmonies of #D61A2E
Complementary color
Monochromatic Colors of #D61A2E
Black with #D61A2E
Text Example
Text Example
White with #D61A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61A2E; }
p { color: rgb(214,26,46); }
H1.HeaderClassName
{
color: #D61A2E;
}
.AnyTagClassName
{
color: #D61A2E;
}
</style>
background-color css
<style>
a { background-color: #D61A2E; }
a { background-color: rgb(214,26,46); }
div.DivClassName
{
background-color: #D61A2E;
}
.BgClassName
{
background-color: #D61A2E;
}
</style>
border-color css
<style>
span { border-color: #D61A2E; }
span { border-color: rgb(214,26,46); }
td.TdClassName
{
border-color: #D61A2E;
}
.TagClassName
{
border-color: #D61A2E;
}
</style>