Shades of Fire Engine Red #D2012B
Tints of Fire Engine Red #D2012B
RGB
CMYK
RGB Variations
Color information
#D2012B (or 0xD2012B) is known color: Fire Engine Red. HEX triplet: D2, 01 and 2B. RGB value is (210,1,43). Sum of RGB (Red+Green+Blue) = 210+1+43=254 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.68% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 210 - color contains mainly: red. Hex color #D2012B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2012B is #2DFED4. Grayscale: #444444. Windows color (decimal): -3014357 or 2818514. OLE color: 2818514.
HSL color Cylindrical-coordinate representation of color #D2012B: hue angle of 347.94º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2012B is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 43 | - |
| CMYK | 0 | 1.00 | 0.80 | 0.18 |
| HSL | 347.94º | 0.99% | 0.41% | - |
| HSV(B) | 347.94º | 1% | 0.82% | - |
| XYZ | 27.03 | 13.9 | 3.54 | - |
| YUV | 68.28 | 113.74 | 229.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 43 | 0 | 1.00 | 0.80 | 0.18 | 347.94 | 0.99 | 0.41 |
| Hex | D2 | 1 | 2B | 0 | 64 | 50 | 12 | 15C | 63 | 29 |
| Octal | 322 | 1 | 53 | 0 | 144 | 120 | 22 | 534 | 143 | 51 |
| Binary | 11010010 | 1 | 101011 | 0 | 1100100 | 1010000 | 10010 | 101011100 | 1100011 | 101001 |
Color Harmonies of #D2012B
Complementary color
Monochromatic Colors of #D2012B
Black with #D2012B
Text Example
Text Example
White with #D2012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2012B; }
p { color: rgb(210,1,43); }
H1.HeaderClassName
{
color: #D2012B;
}
.AnyTagClassName
{
color: #D2012B;
}
</style>
background-color css
<style>
a { background-color: #D2012B; }
a { background-color: rgb(210,1,43); }
div.DivClassName
{
background-color: #D2012B;
}
.BgClassName
{
background-color: #D2012B;
}
</style>
border-color css
<style>
span { border-color: #D2012B; }
span { border-color: rgb(210,1,43); }
td.TdClassName
{
border-color: #D2012B;
}
.TagClassName
{
border-color: #D2012B;
}
</style>