Shades of Fire Engine Red #D40B2A
Tints of Fire Engine Red #D40B2A
RGB
CMYK
RGB Variations
Color information
#D40B2A (or 0xD40B2A) is known color: Fire Engine Red. HEX triplet: D4, 0B and 2A. RGB value is (212,11,42). Sum of RGB (Red+Green+Blue) = 212+11+42=265 (35% of max value = 765). Red value is 212 (83.20% from 255 or 80% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40B2A is #2BF4D5. Grayscale: #4A4A4A. Windows color (decimal): -2880726 or 2755540. OLE color: 2755540.
HSL color Cylindrical-coordinate representation of color #D40B2A: hue angle of 350.75º 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 #D40B2A is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 11 | 42 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.17 |
| HSL | 350.75º | 0.9% | 0.44% | - |
| HSV(B) | 350.75º | 0.95% | 0.83% | - |
| XYZ | 27.69 | 14.4 | 3.51 | - |
| YUV | 74.63 | 109.59 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 42 | 0 | 0.95 | 0.80 | 0.17 | 350.75 | 0.9 | 0.44 |
| Hex | D4 | B | 2A | 0 | 5F | 50 | 11 | 15F | 5A | 2C |
| Octal | 324 | 13 | 52 | 0 | 137 | 120 | 21 | 537 | 132 | 54 |
| Binary | 11010100 | 1011 | 101010 | 0 | 1011111 | 1010000 | 10001 | 101011111 | 1011010 | 101100 |
Color Harmonies of #D40B2A
Complementary color
Monochromatic Colors of #D40B2A
Black with #D40B2A
Text Example
Text Example
White with #D40B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40B2A; }
p { color: rgb(212,11,42); }
H1.HeaderClassName
{
color: #D40B2A;
}
.AnyTagClassName
{
color: #D40B2A;
}
</style>
background-color css
<style>
a { background-color: #D40B2A; }
a { background-color: rgb(212,11,42); }
div.DivClassName
{
background-color: #D40B2A;
}
.BgClassName
{
background-color: #D40B2A;
}
</style>
border-color css
<style>
span { border-color: #D40B2A; }
span { border-color: rgb(212,11,42); }
td.TdClassName
{
border-color: #D40B2A;
}
.TagClassName
{
border-color: #D40B2A;
}
</style>