Shades of Fire Engine Red #D1012B
Tints of Fire Engine Red #D1012B
RGB
CMYK
RGB Variations
Color information
#D1012B (or 0xD1012B) is known color: Fire Engine Red. HEX triplet: D1, 01 and 2B. RGB value is (209,1,43). Sum of RGB (Red+Green+Blue) = 209+1+43=253 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.61% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 209 - color contains mainly: red. Hex color #D1012B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1012B is #2EFED4. Grayscale: #444444. Windows color (decimal): -3079893 or 2818513. OLE color: 2818513.
HSL color Cylindrical-coordinate representation of color #D1012B: hue angle of 347.88º 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 #D1012B is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 43 | - |
| CMYK | 0 | 1.00 | 0.79 | 0.18 |
| HSL | 347.88º | 0.99% | 0.41% | - |
| HSV(B) | 347.88º | 1% | 0.82% | - |
| XYZ | 26.74 | 13.75 | 3.53 | - |
| YUV | 67.98 | 113.91 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 43 | 0 | 1.00 | 0.79 | 0.18 | 347.88 | 0.99 | 0.41 |
| Hex | D1 | 1 | 2B | 0 | 64 | 4F | 12 | 15C | 63 | 29 |
| Octal | 321 | 1 | 53 | 0 | 144 | 117 | 22 | 534 | 143 | 51 |
| Binary | 11010001 | 1 | 101011 | 0 | 1100100 | 1001111 | 10010 | 101011100 | 1100011 | 101001 |
Color Harmonies of #D1012B
Complementary color
Monochromatic Colors of #D1012B
Black with #D1012B
Text Example
Text Example
White with #D1012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1012B; }
p { color: rgb(209,1,43); }
H1.HeaderClassName
{
color: #D1012B;
}
.AnyTagClassName
{
color: #D1012B;
}
</style>
background-color css
<style>
a { background-color: #D1012B; }
a { background-color: rgb(209,1,43); }
div.DivClassName
{
background-color: #D1012B;
}
.BgClassName
{
background-color: #D1012B;
}
</style>
border-color css
<style>
span { border-color: #D1012B; }
span { border-color: rgb(209,1,43); }
td.TdClassName
{
border-color: #D1012B;
}
.TagClassName
{
border-color: #D1012B;
}
</style>