Shades of Fire Engine Red #D6132B
Tints of Fire Engine Red #D6132B
RGB
CMYK
RGB Variations
Color information
#D6132B (or 0xD6132B) is known color: Fire Engine Red. HEX triplet: D6, 13 and 2B. RGB value is (214,19,43). Sum of RGB (Red+Green+Blue) = 214+19+43=276 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.54% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 214 - color contains mainly: red. Hex color #D6132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6132B is #29ECD4. Grayscale: #505050. Windows color (decimal): -2747605 or 2823126. OLE color: 2823126.
HSL color Cylindrical-coordinate representation of color #D6132B: hue angle of 352.62º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D6132B is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 43 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.16 |
| HSL | 352.62º | 0.84% | 0.46% | - |
| HSV(B) | 352.62º | 0.91% | 0.84% | - |
| XYZ | 28.4 | 14.94 | 3.67 | - |
| YUV | 80.04 | 107.1 | 223.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 43 | 0 | 0.91 | 0.80 | 0.16 | 352.62 | 0.84 | 0.46 |
| Hex | D6 | 13 | 2B | 0 | 5B | 50 | 10 | 161 | 54 | 2E |
| Octal | 326 | 23 | 53 | 0 | 133 | 120 | 20 | 541 | 124 | 56 |
| Binary | 11010110 | 10011 | 101011 | 0 | 1011011 | 1010000 | 10000 | 101100001 | 1010100 | 101110 |
Color Harmonies of #D6132B
Complementary color
Monochromatic Colors of #D6132B
Black with #D6132B
Text Example
Text Example
White with #D6132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6132B; }
p { color: rgb(214,19,43); }
H1.HeaderClassName
{
color: #D6132B;
}
.AnyTagClassName
{
color: #D6132B;
}
</style>
background-color css
<style>
a { background-color: #D6132B; }
a { background-color: rgb(214,19,43); }
div.DivClassName
{
background-color: #D6132B;
}
.BgClassName
{
background-color: #D6132B;
}
</style>
border-color css
<style>
span { border-color: #D6132B; }
span { border-color: rgb(214,19,43); }
td.TdClassName
{
border-color: #D6132B;
}
.TagClassName
{
border-color: #D6132B;
}
</style>