Shades of Fire Engine Red #D2012A
Tints of Fire Engine Red #D2012A
RGB
CMYK
RGB Variations
Color information
#D2012A (or 0xD2012A) is known color: Fire Engine Red. HEX triplet: D2, 01 and 2A. RGB value is (210,1,42). Sum of RGB (Red+Green+Blue) = 210+1+42=253 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.00% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 210 - color contains mainly: red. Hex color #D2012A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2012A is #2DFED5. Grayscale: #444444. Windows color (decimal): -3014358 or 2752978. OLE color: 2752978.
HSL color Cylindrical-coordinate representation of color #D2012A: hue angle of 348.23º 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 #D2012A is Cyan = 0, Magento = 1.00, Yellow = 0.8 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 42 | - |
| CMYK | 0 | 1.00 | 0.8 | 0.18 |
| HSL | 348.23º | 0.99% | 0.41% | - |
| HSV(B) | 348.23º | 1% | 0.82% | - |
| XYZ | 27.01 | 13.89 | 3.45 | - |
| YUV | 68.17 | 113.24 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 42 | 0 | 1.00 | 0.8 | 0.18 | 348.23 | 0.99 | 0.41 |
| Hex | D2 | 1 | 2A | 0 | 64 | 50 | 12 | 15C | 63 | 29 |
| Octal | 322 | 1 | 52 | 0 | 144 | 120 | 22 | 534 | 143 | 51 |
| Binary | 11010010 | 1 | 101010 | 0 | 1100100 | 1010000 | 10010 | 101011100 | 1100011 | 101001 |
Color Harmonies of #D2012A
Complementary color
Monochromatic Colors of #D2012A
Black with #D2012A
Text Example
Text Example
White with #D2012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2012A; }
p { color: rgb(210,1,42); }
H1.HeaderClassName
{
color: #D2012A;
}
.AnyTagClassName
{
color: #D2012A;
}
</style>
background-color css
<style>
a { background-color: #D2012A; }
a { background-color: rgb(210,1,42); }
div.DivClassName
{
background-color: #D2012A;
}
.BgClassName
{
background-color: #D2012A;
}
</style>
border-color css
<style>
span { border-color: #D2012A; }
span { border-color: rgb(210,1,42); }
td.TdClassName
{
border-color: #D2012A;
}
.TagClassName
{
border-color: #D2012A;
}
</style>