Shades of Fire Engine Red #D3122B
Tints of Fire Engine Red #D3122B
RGB
CMYK
RGB Variations
Color information
#D3122B (or 0xD3122B) is known color: Fire Engine Red. HEX triplet: D3, 12 and 2B. RGB value is (211,18,43). Sum of RGB (Red+Green+Blue) = 211+18+43=272 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.57% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 211 - color contains mainly: red. Hex color #D3122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3122B is #2CEDD4. Grayscale: #4E4E4E. Windows color (decimal): -2944469 or 2822867. OLE color: 2822867.
HSL color Cylindrical-coordinate representation of color #D3122B: hue angle of 352.23º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3122B is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 18 | 43 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.17 |
| HSL | 352.23º | 0.84% | 0.45% | - |
| HSV(B) | 352.23º | 0.91% | 0.83% | - |
| XYZ | 27.52 | 14.46 | 3.63 | - |
| YUV | 78.56 | 107.94 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 18 | 43 | 0 | 0.91 | 0.80 | 0.17 | 352.23 | 0.84 | 0.45 |
| Hex | D3 | 12 | 2B | 0 | 5B | 50 | 11 | 160 | 54 | 2D |
| Octal | 323 | 22 | 53 | 0 | 133 | 120 | 21 | 540 | 124 | 55 |
| Binary | 11010011 | 10010 | 101011 | 0 | 1011011 | 1010000 | 10001 | 101100000 | 1010100 | 101101 |
Color Harmonies of #D3122B
Complementary color
Monochromatic Colors of #D3122B
Black with #D3122B
Text Example
Text Example
White with #D3122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3122B; }
p { color: rgb(211,18,43); }
H1.HeaderClassName
{
color: #D3122B;
}
.AnyTagClassName
{
color: #D3122B;
}
</style>
background-color css
<style>
a { background-color: #D3122B; }
a { background-color: rgb(211,18,43); }
div.DivClassName
{
background-color: #D3122B;
}
.BgClassName
{
background-color: #D3122B;
}
</style>
border-color css
<style>
span { border-color: #D3122B; }
span { border-color: rgb(211,18,43); }
td.TdClassName
{
border-color: #D3122B;
}
.TagClassName
{
border-color: #D3122B;
}
</style>