Shades of Fire Engine Red #D20B2B
Tints of Fire Engine Red #D20B2B
RGB
CMYK
RGB Variations
Color information
#D20B2B (or 0xD20B2B) is known color: Fire Engine Red. HEX triplet: D2, 0B and 2B. RGB value is (210,11,43). Sum of RGB (Red+Green+Blue) = 210+11+43=264 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.55% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 210 - color contains mainly: red. Hex color #D20B2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20B2B is #2DF4D4. Grayscale: #4A4A4A. Windows color (decimal): -3011797 or 2821074. OLE color: 2821074.
HSL color Cylindrical-coordinate representation of color #D20B2B: hue angle of 350.35º 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 #D20B2B is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 11 | 43 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.18 |
| HSL | 350.35º | 0.9% | 0.43% | - |
| HSV(B) | 350.35º | 0.95% | 0.82% | - |
| XYZ | 27.13 | 14.12 | 3.58 | - |
| YUV | 74.15 | 110.43 | 224.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 11 | 43 | 0 | 0.95 | 0.80 | 0.18 | 350.35 | 0.9 | 0.43 |
| Hex | D2 | B | 2B | 0 | 5F | 50 | 12 | 15E | 5A | 2B |
| Octal | 322 | 13 | 53 | 0 | 137 | 120 | 22 | 536 | 132 | 53 |
| Binary | 11010010 | 1011 | 101011 | 0 | 1011111 | 1010000 | 10010 | 101011110 | 1011010 | 101011 |
Color Harmonies of #D20B2B
Complementary color
Monochromatic Colors of #D20B2B
Black with #D20B2B
Text Example
Text Example
White with #D20B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20B2B; }
p { color: rgb(210,11,43); }
H1.HeaderClassName
{
color: #D20B2B;
}
.AnyTagClassName
{
color: #D20B2B;
}
</style>
background-color css
<style>
a { background-color: #D20B2B; }
a { background-color: rgb(210,11,43); }
div.DivClassName
{
background-color: #D20B2B;
}
.BgClassName
{
background-color: #D20B2B;
}
</style>
border-color css
<style>
span { border-color: #D20B2B; }
span { border-color: rgb(210,11,43); }
td.TdClassName
{
border-color: #D20B2B;
}
.TagClassName
{
border-color: #D20B2B;
}
</style>