Shades of Fire Engine Red #D3012A
Tints of Fire Engine Red #D3012A
RGB
CMYK
RGB Variations
Color information
#D3012A (or 0xD3012A) is known color: Fire Engine Red. HEX triplet: D3, 01 and 2A. RGB value is (211,1,42). Sum of RGB (Red+Green+Blue) = 211+1+42=254 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.07% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 211 - color contains mainly: red. Hex color #D3012A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3012A is #2CFED5. Grayscale: #444444. Windows color (decimal): -2948822 or 2752979. OLE color: 2752979.
HSL color Cylindrical-coordinate representation of color #D3012A: hue angle of 348.29º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3012A is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 1 | 42 | - |
| CMYK | 0 | 1.00 | 0.80 | 0.17 |
| HSL | 348.29º | 0.99% | 0.42% | - |
| HSV(B) | 348.29º | 1% | 0.83% | - |
| XYZ | 27.29 | 14.04 | 3.46 | - |
| YUV | 68.46 | 113.07 | 229.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 1 | 42 | 0 | 1.00 | 0.80 | 0.17 | 348.29 | 0.99 | 0.42 |
| Hex | D3 | 1 | 2A | 0 | 64 | 50 | 11 | 15C | 63 | 2A |
| Octal | 323 | 1 | 52 | 0 | 144 | 120 | 21 | 534 | 143 | 52 |
| Binary | 11010011 | 1 | 101010 | 0 | 1100100 | 1010000 | 10001 | 101011100 | 1100011 | 101010 |
Color Harmonies of #D3012A
Complementary color
Monochromatic Colors of #D3012A
Black with #D3012A
Text Example
Text Example
White with #D3012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3012A; }
p { color: rgb(211,1,42); }
H1.HeaderClassName
{
color: #D3012A;
}
.AnyTagClassName
{
color: #D3012A;
}
</style>
background-color css
<style>
a { background-color: #D3012A; }
a { background-color: rgb(211,1,42); }
div.DivClassName
{
background-color: #D3012A;
}
.BgClassName
{
background-color: #D3012A;
}
</style>
border-color css
<style>
span { border-color: #D3012A; }
span { border-color: rgb(211,1,42); }
td.TdClassName
{
border-color: #D3012A;
}
.TagClassName
{
border-color: #D3012A;
}
</style>