Shades of Fire Engine Red #D50B2B
Tints of Fire Engine Red #D50B2B
RGB
CMYK
RGB Variations
Color information
#D50B2B (or 0xD50B2B) is known color: Fire Engine Red. HEX triplet: D5, 0B and 2B. RGB value is (213,11,43). Sum of RGB (Red+Green+Blue) = 213+11+43=267 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.78% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 213 - color contains mainly: red. Hex color #D50B2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50B2B is #2AF4D4. Grayscale: #4B4B4B. Windows color (decimal): -2815189 or 2821077. OLE color: 2821077.
HSL color Cylindrical-coordinate representation of color #D50B2B: hue angle of 350.5º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50B2B is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 11 | 43 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.16 |
| HSL | 350.5º | 0.9% | 0.44% | - |
| HSV(B) | 350.5º | 0.95% | 0.84% | - |
| XYZ | 28 | 14.56 | 3.62 | - |
| YUV | 75.05 | 109.92 | 226.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 43 | 0 | 0.95 | 0.80 | 0.16 | 350.5 | 0.9 | 0.44 |
| Hex | D5 | B | 2B | 0 | 5F | 50 | 10 | 15E | 5A | 2C |
| Octal | 325 | 13 | 53 | 0 | 137 | 120 | 20 | 536 | 132 | 54 |
| Binary | 11010101 | 1011 | 101011 | 0 | 1011111 | 1010000 | 10000 | 101011110 | 1011010 | 101100 |
Color Harmonies of #D50B2B
Complementary color
Monochromatic Colors of #D50B2B
Black with #D50B2B
Text Example
Text Example
White with #D50B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50B2B; }
p { color: rgb(213,11,43); }
H1.HeaderClassName
{
color: #D50B2B;
}
.AnyTagClassName
{
color: #D50B2B;
}
</style>
background-color css
<style>
a { background-color: #D50B2B; }
a { background-color: rgb(213,11,43); }
div.DivClassName
{
background-color: #D50B2B;
}
.BgClassName
{
background-color: #D50B2B;
}
</style>
border-color css
<style>
span { border-color: #D50B2B; }
span { border-color: rgb(213,11,43); }
td.TdClassName
{
border-color: #D50B2B;
}
.TagClassName
{
border-color: #D50B2B;
}
</style>