Shades of Fire Engine Red #D5122A
Tints of Fire Engine Red #D5122A
RGB
CMYK
RGB Variations
Color information
#D5122A (or 0xD5122A) is known color: Fire Engine Red. HEX triplet: D5, 12 and 2A. RGB value is (213,18,42). Sum of RGB (Red+Green+Blue) = 213+18+42=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D5122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5122A is #2AEDD5. Grayscale: #4F4F4F. Windows color (decimal): -2813398 or 2757333. OLE color: 2757333.
HSL color Cylindrical-coordinate representation of color #D5122A: hue angle of 352.62º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5122A is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 42 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.16 |
| HSL | 352.62º | 0.84% | 0.45% | - |
| HSV(B) | 352.62º | 0.92% | 0.84% | - |
| XYZ | 28.07 | 14.75 | 3.56 | - |
| YUV | 79.04 | 107.1 | 223.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 42 | 0 | 0.92 | 0.80 | 0.16 | 352.62 | 0.84 | 0.45 |
| Hex | D5 | 12 | 2A | 0 | 5C | 50 | 10 | 161 | 54 | 2D |
| Octal | 325 | 22 | 52 | 0 | 134 | 120 | 20 | 541 | 124 | 55 |
| Binary | 11010101 | 10010 | 101010 | 0 | 1011100 | 1010000 | 10000 | 101100001 | 1010100 | 101101 |
Color Harmonies of #D5122A
Complementary color
Monochromatic Colors of #D5122A
Black with #D5122A
Text Example
Text Example
White with #D5122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5122A; }
p { color: rgb(213,18,42); }
H1.HeaderClassName
{
color: #D5122A;
}
.AnyTagClassName
{
color: #D5122A;
}
</style>
background-color css
<style>
a { background-color: #D5122A; }
a { background-color: rgb(213,18,42); }
div.DivClassName
{
background-color: #D5122A;
}
.BgClassName
{
background-color: #D5122A;
}
</style>
border-color css
<style>
span { border-color: #D5122A; }
span { border-color: rgb(213,18,42); }
td.TdClassName
{
border-color: #D5122A;
}
.TagClassName
{
border-color: #D5122A;
}
</style>