Shades of Fire Engine Red #D1102B
Tints of Fire Engine Red #D1102B
RGB
CMYK
RGB Variations
Color information
#D1102B (or 0xD1102B) is known color: Fire Engine Red. HEX triplet: D1, 10 and 2B. RGB value is (209,16,43). Sum of RGB (Red+Green+Blue) = 209+16+43=268 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.99% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 209 - color contains mainly: red. Hex color #D1102B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1102B is #2EEFD4. Grayscale: #4C4C4C. Windows color (decimal): -3076053 or 2822353. OLE color: 2822353.
HSL color Cylindrical-coordinate representation of color #D1102B: hue angle of 351.61º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1102B is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 43 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.18 |
| HSL | 351.61º | 0.86% | 0.44% | - |
| HSV(B) | 351.61º | 0.92% | 0.82% | - |
| XYZ | 26.92 | 14.1 | 3.59 | - |
| YUV | 76.79 | 108.94 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 43 | 0 | 0.92 | 0.79 | 0.18 | 351.61 | 0.86 | 0.44 |
| Hex | D1 | 10 | 2B | 0 | 5C | 4F | 12 | 160 | 56 | 2C |
| Octal | 321 | 20 | 53 | 0 | 134 | 117 | 22 | 540 | 126 | 54 |
| Binary | 11010001 | 10000 | 101011 | 0 | 1011100 | 1001111 | 10010 | 101100000 | 1010110 | 101100 |
Color Harmonies of #D1102B
Complementary color
Monochromatic Colors of #D1102B
Black with #D1102B
Text Example
Text Example
White with #D1102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1102B; }
p { color: rgb(209,16,43); }
H1.HeaderClassName
{
color: #D1102B;
}
.AnyTagClassName
{
color: #D1102B;
}
</style>
background-color css
<style>
a { background-color: #D1102B; }
a { background-color: rgb(209,16,43); }
div.DivClassName
{
background-color: #D1102B;
}
.BgClassName
{
background-color: #D1102B;
}
</style>
border-color css
<style>
span { border-color: #D1102B; }
span { border-color: rgb(209,16,43); }
td.TdClassName
{
border-color: #D1102B;
}
.TagClassName
{
border-color: #D1102B;
}
</style>