Shades of Fire Engine Red #D61B20
Tints of Fire Engine Red #D61B20
RGB
CMYK
RGB Variations
Color information
#D61B20 (or 0xD61B20) is known color: Fire Engine Red. HEX triplet: D6, 1B and 20. RGB value is (214,27,32). Sum of RGB (Red+Green+Blue) = 214+27+32=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61B20 is #29E4DF. Grayscale: #535353. Windows color (decimal): -2745568 or 2104278. OLE color: 2104278.
HSL color Cylindrical-coordinate representation of color #D61B20: hue angle of 358.4º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61B20 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 27 | 32 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.16 |
| HSL | 358.4º | 0.78% | 0.47% | - |
| HSV(B) | 358.4º | 0.87% | 0.84% | - |
| XYZ | 28.38 | 15.18 | 2.8 | - |
| YUV | 83.48 | 98.95 | 221.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 27 | 32 | 0 | 0.87 | 0.85 | 0.16 | 358.4 | 0.78 | 0.47 |
| Hex | D6 | 1B | 20 | 0 | 57 | 55 | 10 | 166 | 4E | 2F |
| Octal | 326 | 33 | 40 | 0 | 127 | 125 | 20 | 546 | 116 | 57 |
| Binary | 11010110 | 11011 | 100000 | 0 | 1010111 | 1010101 | 10000 | 101100110 | 1001110 | 101111 |
Color Harmonies of #D61B20
Complementary color
Monochromatic Colors of #D61B20
Black with #D61B20
Text Example
Text Example
White with #D61B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61B20; }
p { color: rgb(214,27,32); }
H1.HeaderClassName
{
color: #D61B20;
}
.AnyTagClassName
{
color: #D61B20;
}
</style>
background-color css
<style>
a { background-color: #D61B20; }
a { background-color: rgb(214,27,32); }
div.DivClassName
{
background-color: #D61B20;
}
.BgClassName
{
background-color: #D61B20;
}
</style>
border-color css
<style>
span { border-color: #D61B20; }
span { border-color: rgb(214,27,32); }
td.TdClassName
{
border-color: #D61B20;
}
.TagClassName
{
border-color: #D61B20;
}
</style>