Shades of Fire Engine Red #D61B2A
Tints of Fire Engine Red #D61B2A
RGB
CMYK
RGB Variations
Color information
#D61B2A (or 0xD61B2A) is known color: Fire Engine Red. HEX triplet: D6, 1B and 2A. RGB value is (214,27,42). Sum of RGB (Red+Green+Blue) = 214+27+42=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61B2A is #29E4D5. Grayscale: #545454. Windows color (decimal): -2745558 or 2759638. OLE color: 2759638.
HSL color Cylindrical-coordinate representation of color #D61B2A: hue angle of 355.19º 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 #D61B2A is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 27 | 42 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.16 |
| HSL | 355.19º | 0.78% | 0.47% | - |
| HSV(B) | 355.19º | 0.87% | 0.84% | - |
| XYZ | 28.54 | 15.25 | 3.63 | - |
| YUV | 84.62 | 103.95 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 27 | 42 | 0 | 0.87 | 0.80 | 0.16 | 355.19 | 0.78 | 0.47 |
| Hex | D6 | 1B | 2A | 0 | 57 | 50 | 10 | 163 | 4E | 2F |
| Octal | 326 | 33 | 52 | 0 | 127 | 120 | 20 | 543 | 116 | 57 |
| Binary | 11010110 | 11011 | 101010 | 0 | 1010111 | 1010000 | 10000 | 101100011 | 1001110 | 101111 |
Color Harmonies of #D61B2A
Complementary color
Monochromatic Colors of #D61B2A
Black with #D61B2A
Text Example
Text Example
White with #D61B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61B2A; }
p { color: rgb(214,27,42); }
H1.HeaderClassName
{
color: #D61B2A;
}
.AnyTagClassName
{
color: #D61B2A;
}
</style>
background-color css
<style>
a { background-color: #D61B2A; }
a { background-color: rgb(214,27,42); }
div.DivClassName
{
background-color: #D61B2A;
}
.BgClassName
{
background-color: #D61B2A;
}
</style>
border-color css
<style>
span { border-color: #D61B2A; }
span { border-color: rgb(214,27,42); }
td.TdClassName
{
border-color: #D61B2A;
}
.TagClassName
{
border-color: #D61B2A;
}
</style>