Shades of Fire Engine Red #D6152D
Tints of Fire Engine Red #D6152D
RGB
CMYK
RGB Variations
Color information
#D6152D (or 0xD6152D) is known color: Fire Engine Red. HEX triplet: D6, 15 and 2D. RGB value is (214,21,45). Sum of RGB (Red+Green+Blue) = 214+21+45=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D6152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6152D is #29EAD2. Grayscale: #515151. Windows color (decimal): -2747091 or 2954710. OLE color: 2954710.
HSL color Cylindrical-coordinate representation of color #D6152D: hue angle of 352.54º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6152D is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 45 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.16 |
| HSL | 352.54º | 0.82% | 0.46% | - |
| HSV(B) | 352.54º | 0.9% | 0.84% | - |
| XYZ | 28.47 | 15.02 | 3.88 | - |
| YUV | 81.44 | 107.44 | 222.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 45 | 0 | 0.90 | 0.79 | 0.16 | 352.54 | 0.82 | 0.46 |
| Hex | D6 | 15 | 2D | 0 | 5A | 4F | 10 | 161 | 52 | 2E |
| Octal | 326 | 25 | 55 | 0 | 132 | 117 | 20 | 541 | 122 | 56 |
| Binary | 11010110 | 10101 | 101101 | 0 | 1011010 | 1001111 | 10000 | 101100001 | 1010010 | 101110 |
Color Harmonies of #D6152D
Complementary color
Monochromatic Colors of #D6152D
Black with #D6152D
Text Example
Text Example
White with #D6152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6152D; }
p { color: rgb(214,21,45); }
H1.HeaderClassName
{
color: #D6152D;
}
.AnyTagClassName
{
color: #D6152D;
}
</style>
background-color css
<style>
a { background-color: #D6152D; }
a { background-color: rgb(214,21,45); }
div.DivClassName
{
background-color: #D6152D;
}
.BgClassName
{
background-color: #D6152D;
}
</style>
border-color css
<style>
span { border-color: #D6152D; }
span { border-color: rgb(214,21,45); }
td.TdClassName
{
border-color: #D6152D;
}
.TagClassName
{
border-color: #D6152D;
}
</style>