Shades of Fire Engine Red #D60A2B
Tints of Fire Engine Red #D60A2B
RGB
CMYK
RGB Variations
Color information
#D60A2B (or 0xD60A2B) is known color: Fire Engine Red. HEX triplet: D6, 0A and 2B. RGB value is (214,10,43). Sum of RGB (Red+Green+Blue) = 214+10+43=267 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.15% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60A2B is #29F5D4. Grayscale: #4A4A4A. Windows color (decimal): -2749909 or 2820822. OLE color: 2820822.
HSL color Cylindrical-coordinate representation of color #D60A2B: hue angle of 350.29º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60A2B is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 43 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.16 |
| HSL | 350.29º | 0.91% | 0.44% | - |
| HSV(B) | 350.29º | 0.95% | 0.84% | - |
| XYZ | 28.28 | 14.69 | 3.63 | - |
| YUV | 74.76 | 110.09 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 43 | 0 | 0.95 | 0.80 | 0.16 | 350.29 | 0.91 | 0.44 |
| Hex | D6 | A | 2B | 0 | 5F | 50 | 10 | 15E | 5B | 2C |
| Octal | 326 | 12 | 53 | 0 | 137 | 120 | 20 | 536 | 133 | 54 |
| Binary | 11010110 | 1010 | 101011 | 0 | 1011111 | 1010000 | 10000 | 101011110 | 1011011 | 101100 |
Color Harmonies of #D60A2B
Complementary color
Monochromatic Colors of #D60A2B
Black with #D60A2B
Text Example
Text Example
White with #D60A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60A2B; }
p { color: rgb(214,10,43); }
H1.HeaderClassName
{
color: #D60A2B;
}
.AnyTagClassName
{
color: #D60A2B;
}
</style>
background-color css
<style>
a { background-color: #D60A2B; }
a { background-color: rgb(214,10,43); }
div.DivClassName
{
background-color: #D60A2B;
}
.BgClassName
{
background-color: #D60A2B;
}
</style>
border-color css
<style>
span { border-color: #D60A2B; }
span { border-color: rgb(214,10,43); }
td.TdClassName
{
border-color: #D60A2B;
}
.TagClassName
{
border-color: #D60A2B;
}
</style>