Shades of Fire Engine Red #D4092B
Tints of Fire Engine Red #D4092B
RGB
CMYK
RGB Variations
Color information
#D4092B (or 0xD4092B) is known color: Fire Engine Red. HEX triplet: D4, 09 and 2B. RGB value is (212,9,43). Sum of RGB (Red+Green+Blue) = 212+9+43=264 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.30% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 212 - color contains mainly: red. Hex color #D4092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4092B is #2BF6D4. Grayscale: #494949. Windows color (decimal): -2881237 or 2820564. OLE color: 2820564.
HSL color Cylindrical-coordinate representation of color #D4092B: hue angle of 349.95º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4092B is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 43 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.17 |
| HSL | 349.95º | 0.92% | 0.43% | - |
| HSV(B) | 349.95º | 0.96% | 0.83% | - |
| XYZ | 27.69 | 14.37 | 3.6 | - |
| YUV | 73.57 | 110.75 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 43 | 0 | 0.96 | 0.80 | 0.17 | 349.95 | 0.92 | 0.43 |
| Hex | D4 | 9 | 2B | 0 | 60 | 50 | 11 | 15E | 5C | 2B |
| Octal | 324 | 11 | 53 | 0 | 140 | 120 | 21 | 536 | 134 | 53 |
| Binary | 11010100 | 1001 | 101011 | 0 | 1100000 | 1010000 | 10001 | 101011110 | 1011100 | 101011 |
Color Harmonies of #D4092B
Complementary color
Monochromatic Colors of #D4092B
Black with #D4092B
Text Example
Text Example
White with #D4092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4092B; }
p { color: rgb(212,9,43); }
H1.HeaderClassName
{
color: #D4092B;
}
.AnyTagClassName
{
color: #D4092B;
}
</style>
background-color css
<style>
a { background-color: #D4092B; }
a { background-color: rgb(212,9,43); }
div.DivClassName
{
background-color: #D4092B;
}
.BgClassName
{
background-color: #D4092B;
}
</style>
border-color css
<style>
span { border-color: #D4092B; }
span { border-color: rgb(212,9,43); }
td.TdClassName
{
border-color: #D4092B;
}
.TagClassName
{
border-color: #D4092B;
}
</style>