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