Shades of Fire Engine Red #D0122C
Tints of Fire Engine Red #D0122C
RGB
CMYK
RGB Variations
Color information
#D0122C (or 0xD0122C) is known color: Fire Engine Red. HEX triplet: D0, 12 and 2C. RGB value is (208,18,44). Sum of RGB (Red+Green+Blue) = 208+18+44=270 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.04% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 208 - color contains mainly: red. Hex color #D0122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0122C is #2FEDD3. Grayscale: #4D4D4D. Windows color (decimal): -3141076 or 2888400. OLE color: 2888400.
HSL color Cylindrical-coordinate representation of color #D0122C: hue angle of 351.79º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0122C is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 44 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.18 |
| HSL | 351.79º | 0.84% | 0.44% | - |
| HSV(B) | 351.79º | 0.91% | 0.82% | - |
| XYZ | 26.68 | 14.02 | 3.68 | - |
| YUV | 77.77 | 108.95 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 44 | 0 | 0.91 | 0.79 | 0.18 | 351.79 | 0.84 | 0.44 |
| Hex | D0 | 12 | 2C | 0 | 5B | 4F | 12 | 160 | 54 | 2C |
| Octal | 320 | 22 | 54 | 0 | 133 | 117 | 22 | 540 | 124 | 54 |
| Binary | 11010000 | 10010 | 101100 | 0 | 1011011 | 1001111 | 10010 | 101100000 | 1010100 | 101100 |
Color Harmonies of #D0122C
Complementary color
Monochromatic Colors of #D0122C
Black with #D0122C
Text Example
Text Example
White with #D0122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0122C; }
p { color: rgb(208,18,44); }
H1.HeaderClassName
{
color: #D0122C;
}
.AnyTagClassName
{
color: #D0122C;
}
</style>
background-color css
<style>
a { background-color: #D0122C; }
a { background-color: rgb(208,18,44); }
div.DivClassName
{
background-color: #D0122C;
}
.BgClassName
{
background-color: #D0122C;
}
</style>
border-color css
<style>
span { border-color: #D0122C; }
span { border-color: rgb(208,18,44); }
td.TdClassName
{
border-color: #D0122C;
}
.TagClassName
{
border-color: #D0122C;
}
</style>