Shades of Fire Engine Red #D21B29
Tints of Fire Engine Red #D21B29
RGB
CMYK
RGB Variations
Color information
#D21B29 (or 0xD21B29) is known color: Fire Engine Red. HEX triplet: D2, 1B and 29. RGB value is (210,27,41). Sum of RGB (Red+Green+Blue) = 210+27+41=278 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.54% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21B29 is #2DE4D6. Grayscale: #535353. Windows color (decimal): -3007703 or 2694098. OLE color: 2694098.
HSL color Cylindrical-coordinate representation of color #D21B29: hue angle of 355.41º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21B29 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 41 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.18 |
| HSL | 355.41º | 0.77% | 0.46% | - |
| HSV(B) | 355.41º | 0.87% | 0.82% | - |
| XYZ | 27.37 | 14.65 | 3.48 | - |
| YUV | 83.31 | 104.13 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 41 | 0 | 0.87 | 0.80 | 0.18 | 355.41 | 0.77 | 0.46 |
| Hex | D2 | 1B | 29 | 0 | 57 | 50 | 12 | 163 | 4D | 2E |
| Octal | 322 | 33 | 51 | 0 | 127 | 120 | 22 | 543 | 115 | 56 |
| Binary | 11010010 | 11011 | 101001 | 0 | 1010111 | 1010000 | 10010 | 101100011 | 1001101 | 101110 |
Color Harmonies of #D21B29
Complementary color
Monochromatic Colors of #D21B29
Black with #D21B29
Text Example
Text Example
White with #D21B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21B29; }
p { color: rgb(210,27,41); }
H1.HeaderClassName
{
color: #D21B29;
}
.AnyTagClassName
{
color: #D21B29;
}
</style>
background-color css
<style>
a { background-color: #D21B29; }
a { background-color: rgb(210,27,41); }
div.DivClassName
{
background-color: #D21B29;
}
.BgClassName
{
background-color: #D21B29;
}
</style>
border-color css
<style>
span { border-color: #D21B29; }
span { border-color: rgb(210,27,41); }
td.TdClassName
{
border-color: #D21B29;
}
.TagClassName
{
border-color: #D21B29;
}
</style>