Shades of Fire Engine Red #D2092B
Tints of Fire Engine Red #D2092B
RGB
CMYK
RGB Variations
Color information
#D2092B (or 0xD2092B) is known color: Fire Engine Red. HEX triplet: D2, 09 and 2B. RGB value is (210,9,43). Sum of RGB (Red+Green+Blue) = 210+9+43=262 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.15% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 210 - color contains mainly: red. Hex color #D2092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2092B is #2DF6D4. Grayscale: #494949. Windows color (decimal): -3012309 or 2820562. OLE color: 2820562.
HSL color Cylindrical-coordinate representation of color #D2092B: hue angle of 349.85º degrees, saturation: 0.92, 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 #D2092B is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 43 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.18 |
| HSL | 349.85º | 0.92% | 0.43% | - |
| HSV(B) | 349.85º | 0.96% | 0.82% | - |
| XYZ | 27.11 | 14.07 | 3.57 | - |
| YUV | 72.98 | 111.09 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 43 | 0 | 0.96 | 0.80 | 0.18 | 349.85 | 0.92 | 0.43 |
| Hex | D2 | 9 | 2B | 0 | 60 | 50 | 12 | 15E | 5C | 2B |
| Octal | 322 | 11 | 53 | 0 | 140 | 120 | 22 | 536 | 134 | 53 |
| Binary | 11010010 | 1001 | 101011 | 0 | 1100000 | 1010000 | 10010 | 101011110 | 1011100 | 101011 |
Color Harmonies of #D2092B
Complementary color
Monochromatic Colors of #D2092B
Black with #D2092B
Text Example
Text Example
White with #D2092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2092B; }
p { color: rgb(210,9,43); }
H1.HeaderClassName
{
color: #D2092B;
}
.AnyTagClassName
{
color: #D2092B;
}
</style>
background-color css
<style>
a { background-color: #D2092B; }
a { background-color: rgb(210,9,43); }
div.DivClassName
{
background-color: #D2092B;
}
.BgClassName
{
background-color: #D2092B;
}
</style>
border-color css
<style>
span { border-color: #D2092B; }
span { border-color: rgb(210,9,43); }
td.TdClassName
{
border-color: #D2092B;
}
.TagClassName
{
border-color: #D2092B;
}
</style>