Shades of Fire Engine Red #D61A2A
Tints of Fire Engine Red #D61A2A
RGB
CMYK
RGB Variations
Color information
#D61A2A (or 0xD61A2A) is known color: Fire Engine Red. HEX triplet: D6, 1A and 2A. RGB value is (214,26,42). Sum of RGB (Red+Green+Blue) = 214+26+42=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61A2A is #29E5D5. Grayscale: #545454. Windows color (decimal): -2745814 or 2759382. OLE color: 2759382.
HSL color Cylindrical-coordinate representation of color #D61A2A: hue angle of 354.89º 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 #D61A2A is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 26 | 42 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.16 |
| HSL | 354.89º | 0.78% | 0.47% | - |
| HSV(B) | 354.89º | 0.88% | 0.84% | - |
| XYZ | 28.52 | 15.2 | 3.62 | - |
| YUV | 84.04 | 104.28 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 26 | 42 | 0 | 0.88 | 0.80 | 0.16 | 354.89 | 0.78 | 0.47 |
| Hex | D6 | 1A | 2A | 0 | 58 | 50 | 10 | 163 | 4E | 2F |
| Octal | 326 | 32 | 52 | 0 | 130 | 120 | 20 | 543 | 116 | 57 |
| Binary | 11010110 | 11010 | 101010 | 0 | 1011000 | 1010000 | 10000 | 101100011 | 1001110 | 101111 |
Color Harmonies of #D61A2A
Complementary color
Monochromatic Colors of #D61A2A
Black with #D61A2A
Text Example
Text Example
White with #D61A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61A2A; }
p { color: rgb(214,26,42); }
H1.HeaderClassName
{
color: #D61A2A;
}
.AnyTagClassName
{
color: #D61A2A;
}
</style>
background-color css
<style>
a { background-color: #D61A2A; }
a { background-color: rgb(214,26,42); }
div.DivClassName
{
background-color: #D61A2A;
}
.BgClassName
{
background-color: #D61A2A;
}
</style>
border-color css
<style>
span { border-color: #D61A2A; }
span { border-color: rgb(214,26,42); }
td.TdClassName
{
border-color: #D61A2A;
}
.TagClassName
{
border-color: #D61A2A;
}
</style>