Shades of Fire Engine Red #D7122A
Tints of Fire Engine Red #D7122A
RGB
CMYK
RGB Variations
Color information
#D7122A (or 0xD7122A) is known color: Fire Engine Red. HEX triplet: D7, 12 and 2A. RGB value is (215,18,42). Sum of RGB (Red+Green+Blue) = 215+18+42=275 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.18% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 215 - color contains mainly: red. Hex color #D7122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7122A is #28EDD5. Grayscale: #4F4F4F. Windows color (decimal): -2682326 or 2757335. OLE color: 2757335.
HSL color Cylindrical-coordinate representation of color #D7122A: hue angle of 352.69º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D7122A is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 18 | 42 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.16 |
| HSL | 352.69º | 0.85% | 0.46% | - |
| HSV(B) | 352.69º | 0.92% | 0.84% | - |
| XYZ | 28.66 | 15.05 | 3.58 | - |
| YUV | 79.64 | 106.77 | 224.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 18 | 42 | 0 | 0.92 | 0.80 | 0.16 | 352.69 | 0.85 | 0.46 |
| Hex | D7 | 12 | 2A | 0 | 5C | 50 | 10 | 161 | 55 | 2E |
| Octal | 327 | 22 | 52 | 0 | 134 | 120 | 20 | 541 | 125 | 56 |
| Binary | 11010111 | 10010 | 101010 | 0 | 1011100 | 1010000 | 10000 | 101100001 | 1010101 | 101110 |
Color Harmonies of #D7122A
Complementary color
Monochromatic Colors of #D7122A
Black with #D7122A
Text Example
Text Example
White with #D7122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7122A; }
p { color: rgb(215,18,42); }
H1.HeaderClassName
{
color: #D7122A;
}
.AnyTagClassName
{
color: #D7122A;
}
</style>
background-color css
<style>
a { background-color: #D7122A; }
a { background-color: rgb(215,18,42); }
div.DivClassName
{
background-color: #D7122A;
}
.BgClassName
{
background-color: #D7122A;
}
</style>
border-color css
<style>
span { border-color: #D7122A; }
span { border-color: rgb(215,18,42); }
td.TdClassName
{
border-color: #D7122A;
}
.TagClassName
{
border-color: #D7122A;
}
</style>