Shades of Fire Engine Red #D60A2A
Tints of Fire Engine Red #D60A2A
RGB
CMYK
RGB Variations
Color information
#D60A2A (or 0xD60A2A) is known color: Fire Engine Red. HEX triplet: D6, 0A and 2A. RGB value is (214,10,42). Sum of RGB (Red+Green+Blue) = 214+10+42=266 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.45% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60A2A is #29F5D5. Grayscale: #4A4A4A. Windows color (decimal): -2749910 or 2755286. OLE color: 2755286.
HSL color Cylindrical-coordinate representation of color #D60A2A: hue angle of 350.59º 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 #D60A2A is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 42 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.16 |
| HSL | 350.59º | 0.91% | 0.44% | - |
| HSV(B) | 350.59º | 0.95% | 0.84% | - |
| XYZ | 28.26 | 14.68 | 3.53 | - |
| YUV | 74.64 | 109.59 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 42 | 0 | 0.95 | 0.80 | 0.16 | 350.59 | 0.91 | 0.44 |
| Hex | D6 | A | 2A | 0 | 5F | 50 | 10 | 15F | 5B | 2C |
| Octal | 326 | 12 | 52 | 0 | 137 | 120 | 20 | 537 | 133 | 54 |
| Binary | 11010110 | 1010 | 101010 | 0 | 1011111 | 1010000 | 10000 | 101011111 | 1011011 | 101100 |
Color Harmonies of #D60A2A
Complementary color
Monochromatic Colors of #D60A2A
Black with #D60A2A
Text Example
Text Example
White with #D60A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60A2A; }
p { color: rgb(214,10,42); }
H1.HeaderClassName
{
color: #D60A2A;
}
.AnyTagClassName
{
color: #D60A2A;
}
</style>
background-color css
<style>
a { background-color: #D60A2A; }
a { background-color: rgb(214,10,42); }
div.DivClassName
{
background-color: #D60A2A;
}
.BgClassName
{
background-color: #D60A2A;
}
</style>
border-color css
<style>
span { border-color: #D60A2A; }
span { border-color: rgb(214,10,42); }
td.TdClassName
{
border-color: #D60A2A;
}
.TagClassName
{
border-color: #D60A2A;
}
</style>