Shades of Fire Engine Red #D5012A
Tints of Fire Engine Red #D5012A
RGB
CMYK
RGB Variations
Color information
#D5012A (or 0xD5012A) is known color: Fire Engine Red. HEX triplet: D5, 01 and 2A. RGB value is (213,1,42). Sum of RGB (Red+Green+Blue) = 213+1+42=256 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.20% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 213 - color contains mainly: red. Hex color #D5012A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5012A is #2AFED5. Grayscale: #454545. Windows color (decimal): -2817750 or 2752981. OLE color: 2752981.
HSL color Cylindrical-coordinate representation of color #D5012A: hue angle of 348.4º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5012A is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 42 | - |
| CMYK | 0 | 1.00 | 0.80 | 0.16 |
| HSL | 348.4º | 0.99% | 0.42% | - |
| HSV(B) | 348.4º | 1% | 0.84% | - |
| XYZ | 27.87 | 14.34 | 3.49 | - |
| YUV | 69.06 | 112.74 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 42 | 0 | 1.00 | 0.80 | 0.16 | 348.4 | 0.99 | 0.42 |
| Hex | D5 | 1 | 2A | 0 | 64 | 50 | 10 | 15C | 63 | 2A |
| Octal | 325 | 1 | 52 | 0 | 144 | 120 | 20 | 534 | 143 | 52 |
| Binary | 11010101 | 1 | 101010 | 0 | 1100100 | 1010000 | 10000 | 101011100 | 1100011 | 101010 |
Color Harmonies of #D5012A
Complementary color
Monochromatic Colors of #D5012A
Black with #D5012A
Text Example
Text Example
White with #D5012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5012A; }
p { color: rgb(213,1,42); }
H1.HeaderClassName
{
color: #D5012A;
}
.AnyTagClassName
{
color: #D5012A;
}
</style>
background-color css
<style>
a { background-color: #D5012A; }
a { background-color: rgb(213,1,42); }
div.DivClassName
{
background-color: #D5012A;
}
.BgClassName
{
background-color: #D5012A;
}
</style>
border-color css
<style>
span { border-color: #D5012A; }
span { border-color: rgb(213,1,42); }
td.TdClassName
{
border-color: #D5012A;
}
.TagClassName
{
border-color: #D5012A;
}
</style>