Shades of Fire Engine Red #D2082B
Tints of Fire Engine Red #D2082B
RGB
CMYK
RGB Variations
Color information
#D2082B (or 0xD2082B) is known color: Fire Engine Red. HEX triplet: D2, 08 and 2B. RGB value is (210,8,43). Sum of RGB (Red+Green+Blue) = 210+8+43=261 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.46% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 210 - color contains mainly: red. Hex color #D2082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2082B is #2DF7D4. Grayscale: #484848. Windows color (decimal): -3012565 or 2820306. OLE color: 2820306.
HSL color Cylindrical-coordinate representation of color #D2082B: hue angle of 349.6º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2082B is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 43 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.18 |
| HSL | 349.6º | 0.93% | 0.43% | - |
| HSV(B) | 349.6º | 0.96% | 0.82% | - |
| XYZ | 27.1 | 14.05 | 3.57 | - |
| YUV | 72.39 | 111.42 | 226.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 43 | 0 | 0.96 | 0.80 | 0.18 | 349.6 | 0.93 | 0.43 |
| Hex | D2 | 8 | 2B | 0 | 60 | 50 | 12 | 15E | 5D | 2B |
| Octal | 322 | 10 | 53 | 0 | 140 | 120 | 22 | 536 | 135 | 53 |
| Binary | 11010010 | 1000 | 101011 | 0 | 1100000 | 1010000 | 10010 | 101011110 | 1011101 | 101011 |
Color Harmonies of #D2082B
Complementary color
Monochromatic Colors of #D2082B
Black with #D2082B
Text Example
Text Example
White with #D2082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2082B; }
p { color: rgb(210,8,43); }
H1.HeaderClassName
{
color: #D2082B;
}
.AnyTagClassName
{
color: #D2082B;
}
</style>
background-color css
<style>
a { background-color: #D2082B; }
a { background-color: rgb(210,8,43); }
div.DivClassName
{
background-color: #D2082B;
}
.BgClassName
{
background-color: #D2082B;
}
</style>
border-color css
<style>
span { border-color: #D2082B; }
span { border-color: rgb(210,8,43); }
td.TdClassName
{
border-color: #D2082B;
}
.TagClassName
{
border-color: #D2082B;
}
</style>