Shades of Fire Engine Red #D61B1D
Tints of Fire Engine Red #D61B1D
RGB
CMYK
RGB Variations
Color information
#D61B1D (or 0xD61B1D) is known color: Fire Engine Red. HEX triplet: D6, 1B and 1D. RGB value is (214,27,29). Sum of RGB (Red+Green+Blue) = 214+27+29=270 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.26% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61B1D is #29E4E2. Grayscale: #535353. Windows color (decimal): -2745571 or 1907670. OLE color: 1907670.
HSL color Cylindrical-coordinate representation of color #D61B1D: hue angle of 359.36º 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 #D61B1D is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 27 | 29 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.16 |
| HSL | 359.36º | 0.78% | 0.47% | - |
| HSV(B) | 359.36º | 0.87% | 0.84% | - |
| XYZ | 28.35 | 15.17 | 2.6 | - |
| YUV | 83.14 | 97.45 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 27 | 29 | 0 | 0.87 | 0.86 | 0.16 | 359.36 | 0.78 | 0.47 |
| Hex | D6 | 1B | 1D | 0 | 57 | 56 | 10 | 167 | 4E | 2F |
| Octal | 326 | 33 | 35 | 0 | 127 | 126 | 20 | 547 | 116 | 57 |
| Binary | 11010110 | 11011 | 11101 | 0 | 1010111 | 1010110 | 10000 | 101100111 | 1001110 | 101111 |
Color Harmonies of #D61B1D
Complementary color
Monochromatic Colors of #D61B1D
Black with #D61B1D
Text Example
Text Example
White with #D61B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61B1D; }
p { color: rgb(214,27,29); }
H1.HeaderClassName
{
color: #D61B1D;
}
.AnyTagClassName
{
color: #D61B1D;
}
</style>
background-color css
<style>
a { background-color: #D61B1D; }
a { background-color: rgb(214,27,29); }
div.DivClassName
{
background-color: #D61B1D;
}
.BgClassName
{
background-color: #D61B1D;
}
</style>
border-color css
<style>
span { border-color: #D61B1D; }
span { border-color: rgb(214,27,29); }
td.TdClassName
{
border-color: #D61B1D;
}
.TagClassName
{
border-color: #D61B1D;
}
</style>