Shades of Fire Engine Red #D31A2B
Tints of Fire Engine Red #D31A2B
RGB
CMYK
RGB Variations
Color information
#D31A2B (or 0xD31A2B) is known color: Fire Engine Red. HEX triplet: D3, 1A and 2B. RGB value is (211,26,43). Sum of RGB (Red+Green+Blue) = 211+26+43=280 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.36% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 211 - color contains mainly: red. Hex color #D31A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D31A2B is #2CE5D4. Grayscale: #535353. Windows color (decimal): -2942421 or 2824915. OLE color: 2824915.
HSL color Cylindrical-coordinate representation of color #D31A2B: hue angle of 354.49º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31A2B is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 26 | 43 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.17 |
| HSL | 354.49º | 0.78% | 0.46% | - |
| HSV(B) | 354.49º | 0.88% | 0.83% | - |
| XYZ | 27.67 | 14.76 | 3.68 | - |
| YUV | 83.25 | 105.29 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 26 | 43 | 0 | 0.88 | 0.80 | 0.17 | 354.49 | 0.78 | 0.46 |
| Hex | D3 | 1A | 2B | 0 | 58 | 50 | 11 | 162 | 4E | 2E |
| Octal | 323 | 32 | 53 | 0 | 130 | 120 | 21 | 542 | 116 | 56 |
| Binary | 11010011 | 11010 | 101011 | 0 | 1011000 | 1010000 | 10001 | 101100010 | 1001110 | 101110 |
Color Harmonies of #D31A2B
Complementary color
Monochromatic Colors of #D31A2B
Black with #D31A2B
Text Example
Text Example
White with #D31A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31A2B; }
p { color: rgb(211,26,43); }
H1.HeaderClassName
{
color: #D31A2B;
}
.AnyTagClassName
{
color: #D31A2B;
}
</style>
background-color css
<style>
a { background-color: #D31A2B; }
a { background-color: rgb(211,26,43); }
div.DivClassName
{
background-color: #D31A2B;
}
.BgClassName
{
background-color: #D31A2B;
}
</style>
border-color css
<style>
span { border-color: #D31A2B; }
span { border-color: rgb(211,26,43); }
td.TdClassName
{
border-color: #D31A2B;
}
.TagClassName
{
border-color: #D31A2B;
}
</style>