Shades of Fire Engine Red #D6182D
Tints of Fire Engine Red #D6182D
RGB
CMYK
RGB Variations
Color information
#D6182D (or 0xD6182D) is known color: Fire Engine Red. HEX triplet: D6, 18 and 2D. RGB value is (214,24,45). Sum of RGB (Red+Green+Blue) = 214+24+45=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D6182D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6182D is #29E7D2. Grayscale: #535353. Windows color (decimal): -2746323 or 2955478. OLE color: 2955478.
HSL color Cylindrical-coordinate representation of color #D6182D: hue angle of 353.37º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6182D is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 45 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.16 |
| HSL | 353.37º | 0.8% | 0.47% | - |
| HSV(B) | 353.37º | 0.89% | 0.84% | - |
| XYZ | 28.53 | 15.14 | 3.9 | - |
| YUV | 83.2 | 106.45 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 45 | 0 | 0.89 | 0.79 | 0.16 | 353.37 | 0.8 | 0.47 |
| Hex | D6 | 18 | 2D | 0 | 59 | 4F | 10 | 161 | 50 | 2F |
| Octal | 326 | 30 | 55 | 0 | 131 | 117 | 20 | 541 | 120 | 57 |
| Binary | 11010110 | 11000 | 101101 | 0 | 1011001 | 1001111 | 10000 | 101100001 | 1010000 | 101111 |
Color Harmonies of #D6182D
Complementary color
Monochromatic Colors of #D6182D
Black with #D6182D
Text Example
Text Example
White with #D6182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6182D; }
p { color: rgb(214,24,45); }
H1.HeaderClassName
{
color: #D6182D;
}
.AnyTagClassName
{
color: #D6182D;
}
</style>
background-color css
<style>
a { background-color: #D6182D; }
a { background-color: rgb(214,24,45); }
div.DivClassName
{
background-color: #D6182D;
}
.BgClassName
{
background-color: #D6182D;
}
</style>
border-color css
<style>
span { border-color: #D6182D; }
span { border-color: rgb(214,24,45); }
td.TdClassName
{
border-color: #D6182D;
}
.TagClassName
{
border-color: #D6182D;
}
</style>