Shades of Fire Engine Red #D61A2D
Tints of Fire Engine Red #D61A2D
RGB
CMYK
RGB Variations
Color information
#D61A2D (or 0xD61A2D) is known color: Fire Engine Red. HEX triplet: D6, 1A and 2D. RGB value is (214,26,45). Sum of RGB (Red+Green+Blue) = 214+26+45=285 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.09% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61A2D is #29E5D2. Grayscale: #545454. Windows color (decimal): -2745811 or 2955990. OLE color: 2955990.
HSL color Cylindrical-coordinate representation of color #D61A2D: hue angle of 353.94º 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 #D61A2D is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 26 | 45 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.16 |
| HSL | 353.94º | 0.78% | 0.47% | - |
| HSV(B) | 353.94º | 0.88% | 0.84% | - |
| XYZ | 28.57 | 15.22 | 3.92 | - |
| YUV | 84.38 | 105.78 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 26 | 45 | 0 | 0.88 | 0.79 | 0.16 | 353.94 | 0.78 | 0.47 |
| Hex | D6 | 1A | 2D | 0 | 58 | 4F | 10 | 162 | 4E | 2F |
| Octal | 326 | 32 | 55 | 0 | 130 | 117 | 20 | 542 | 116 | 57 |
| Binary | 11010110 | 11010 | 101101 | 0 | 1011000 | 1001111 | 10000 | 101100010 | 1001110 | 101111 |
Color Harmonies of #D61A2D
Complementary color
Monochromatic Colors of #D61A2D
Black with #D61A2D
Text Example
Text Example
White with #D61A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61A2D; }
p { color: rgb(214,26,45); }
H1.HeaderClassName
{
color: #D61A2D;
}
.AnyTagClassName
{
color: #D61A2D;
}
</style>
background-color css
<style>
a { background-color: #D61A2D; }
a { background-color: rgb(214,26,45); }
div.DivClassName
{
background-color: #D61A2D;
}
.BgClassName
{
background-color: #D61A2D;
}
</style>
border-color css
<style>
span { border-color: #D61A2D; }
span { border-color: rgb(214,26,45); }
td.TdClassName
{
border-color: #D61A2D;
}
.TagClassName
{
border-color: #D61A2D;
}
</style>