Shades of Fire Engine Red #D10B2D
Tints of Fire Engine Red #D10B2D
RGB
CMYK
RGB Variations
Color information
#D10B2D (or 0xD10B2D) is known color: Fire Engine Red. HEX triplet: D1, 0B and 2D. RGB value is (209,11,45). Sum of RGB (Red+Green+Blue) = 209+11+45=265 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.87% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 209 - color contains mainly: red. Hex color #D10B2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10B2D is #2EF4D2. Grayscale: #4A4A4A. Windows color (decimal): -3077331 or 2952145. OLE color: 2952145.
HSL color Cylindrical-coordinate representation of color #D10B2D: hue angle of 349.7º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10B2D is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 11 | 45 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.18 |
| HSL | 349.7º | 0.9% | 0.43% | - |
| HSV(B) | 349.7º | 0.95% | 0.82% | - |
| XYZ | 26.89 | 13.98 | 3.76 | - |
| YUV | 74.08 | 111.6 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 11 | 45 | 0 | 0.95 | 0.78 | 0.18 | 349.7 | 0.9 | 0.43 |
| Hex | D1 | B | 2D | 0 | 5F | 4E | 12 | 15E | 5A | 2B |
| Octal | 321 | 13 | 55 | 0 | 137 | 116 | 22 | 536 | 132 | 53 |
| Binary | 11010001 | 1011 | 101101 | 0 | 1011111 | 1001110 | 10010 | 101011110 | 1011010 | 101011 |
Color Harmonies of #D10B2D
Complementary color
Monochromatic Colors of #D10B2D
Black with #D10B2D
Text Example
Text Example
White with #D10B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10B2D; }
p { color: rgb(209,11,45); }
H1.HeaderClassName
{
color: #D10B2D;
}
.AnyTagClassName
{
color: #D10B2D;
}
</style>
background-color css
<style>
a { background-color: #D10B2D; }
a { background-color: rgb(209,11,45); }
div.DivClassName
{
background-color: #D10B2D;
}
.BgClassName
{
background-color: #D10B2D;
}
</style>
border-color css
<style>
span { border-color: #D10B2D; }
span { border-color: rgb(209,11,45); }
td.TdClassName
{
border-color: #D10B2D;
}
.TagClassName
{
border-color: #D10B2D;
}
</style>