Shades of Fire Engine Red #D40B1B
Tints of Fire Engine Red #D40B1B
RGB
CMYK
RGB Variations
Color information
#D40B1B (or 0xD40B1B) is known color: Fire Engine Red. HEX triplet: D4, 0B and 1B. RGB value is (212,11,27). Sum of RGB (Red+Green+Blue) = 212+11+27=250 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.8% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40B1B is #2BF4E4. Grayscale: #494949. Windows color (decimal): -2880741 or 1772500. OLE color: 1772500.
HSL color Cylindrical-coordinate representation of color #D40B1B: hue angle of 355.22º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40B1B is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 11 | 27 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.17 |
| HSL | 355.22º | 0.9% | 0.44% | - |
| HSV(B) | 355.22º | 0.95% | 0.83% | - |
| XYZ | 27.47 | 14.32 | 2.35 | - |
| YUV | 72.92 | 102.09 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 27 | 0 | 0.95 | 0.87 | 0.17 | 355.22 | 0.9 | 0.44 |
| Hex | D4 | B | 1B | 0 | 5F | 57 | 11 | 163 | 5A | 2C |
| Octal | 324 | 13 | 33 | 0 | 137 | 127 | 21 | 543 | 132 | 54 |
| Binary | 11010100 | 1011 | 11011 | 0 | 1011111 | 1010111 | 10001 | 101100011 | 1011010 | 101100 |
Color Harmonies of #D40B1B
Complementary color
Monochromatic Colors of #D40B1B
Black with #D40B1B
Text Example
Text Example
White with #D40B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40B1B; }
p { color: rgb(212,11,27); }
H1.HeaderClassName
{
color: #D40B1B;
}
.AnyTagClassName
{
color: #D40B1B;
}
</style>
background-color css
<style>
a { background-color: #D40B1B; }
a { background-color: rgb(212,11,27); }
div.DivClassName
{
background-color: #D40B1B;
}
.BgClassName
{
background-color: #D40B1B;
}
</style>
border-color css
<style>
span { border-color: #D40B1B; }
span { border-color: rgb(212,11,27); }
td.TdClassName
{
border-color: #D40B1B;
}
.TagClassName
{
border-color: #D40B1B;
}
</style>