Shades of Fire Engine Red #D61A20
Tints of Fire Engine Red #D61A20
RGB
CMYK
RGB Variations
Color information
#D61A20 (or 0xD61A20) is known color: Fire Engine Red. HEX triplet: D6, 1A and 20. RGB value is (214,26,32). Sum of RGB (Red+Green+Blue) = 214+26+32=272 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.68% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61A20 is #29E5DF. Grayscale: #535353. Windows color (decimal): -2745824 or 2104022. OLE color: 2104022.
HSL color Cylindrical-coordinate representation of color #D61A20: hue angle of 358.09º 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 #D61A20 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 26 | 32 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.16 |
| HSL | 358.09º | 0.78% | 0.47% | - |
| HSV(B) | 358.09º | 0.88% | 0.84% | - |
| XYZ | 28.36 | 15.14 | 2.79 | - |
| YUV | 82.9 | 99.28 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 26 | 32 | 0 | 0.88 | 0.85 | 0.16 | 358.09 | 0.78 | 0.47 |
| Hex | D6 | 1A | 20 | 0 | 58 | 55 | 10 | 166 | 4E | 2F |
| Octal | 326 | 32 | 40 | 0 | 130 | 125 | 20 | 546 | 116 | 57 |
| Binary | 11010110 | 11010 | 100000 | 0 | 1011000 | 1010101 | 10000 | 101100110 | 1001110 | 101111 |
Color Harmonies of #D61A20
Complementary color
Monochromatic Colors of #D61A20
Black with #D61A20
Text Example
Text Example
White with #D61A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61A20; }
p { color: rgb(214,26,32); }
H1.HeaderClassName
{
color: #D61A20;
}
.AnyTagClassName
{
color: #D61A20;
}
</style>
background-color css
<style>
a { background-color: #D61A20; }
a { background-color: rgb(214,26,32); }
div.DivClassName
{
background-color: #D61A20;
}
.BgClassName
{
background-color: #D61A20;
}
</style>
border-color css
<style>
span { border-color: #D61A20; }
span { border-color: rgb(214,26,32); }
td.TdClassName
{
border-color: #D61A20;
}
.TagClassName
{
border-color: #D61A20;
}
</style>