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