Shades of Fire Engine Red #D5082B
Tints of Fire Engine Red #D5082B
RGB
CMYK
RGB Variations
Color information
#D5082B (or 0xD5082B) is known color: Fire Engine Red. HEX triplet: D5, 08 and 2B. RGB value is (213,8,43). Sum of RGB (Red+Green+Blue) = 213+8+43=264 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.68% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 213 - color contains mainly: red. Hex color #D5082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5082B is #2AF7D4. Grayscale: #494949. Windows color (decimal): -2815957 or 2820309. OLE color: 2820309.
HSL color Cylindrical-coordinate representation of color #D5082B: hue angle of 349.76º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5082B is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 43 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.16 |
| HSL | 349.76º | 0.93% | 0.43% | - |
| HSV(B) | 349.76º | 0.96% | 0.84% | - |
| XYZ | 27.96 | 14.49 | 3.61 | - |
| YUV | 73.29 | 110.92 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 43 | 0 | 0.96 | 0.80 | 0.16 | 349.76 | 0.93 | 0.43 |
| Hex | D5 | 8 | 2B | 0 | 60 | 50 | 10 | 15E | 5D | 2B |
| Octal | 325 | 10 | 53 | 0 | 140 | 120 | 20 | 536 | 135 | 53 |
| Binary | 11010101 | 1000 | 101011 | 0 | 1100000 | 1010000 | 10000 | 101011110 | 1011101 | 101011 |
Color Harmonies of #D5082B
Complementary color
Monochromatic Colors of #D5082B
Black with #D5082B
Text Example
Text Example
White with #D5082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5082B; }
p { color: rgb(213,8,43); }
H1.HeaderClassName
{
color: #D5082B;
}
.AnyTagClassName
{
color: #D5082B;
}
</style>
background-color css
<style>
a { background-color: #D5082B; }
a { background-color: rgb(213,8,43); }
div.DivClassName
{
background-color: #D5082B;
}
.BgClassName
{
background-color: #D5082B;
}
</style>
border-color css
<style>
span { border-color: #D5082B; }
span { border-color: rgb(213,8,43); }
td.TdClassName
{
border-color: #D5082B;
}
.TagClassName
{
border-color: #D5082B;
}
</style>