Shades of Fire Engine Red #D61229
Tints of Fire Engine Red #D61229
RGB
CMYK
RGB Variations
Color information
#D61229 (or 0xD61229) is known color: Fire Engine Red. HEX triplet: D6, 12 and 29. RGB value is (214,18,41). Sum of RGB (Red+Green+Blue) = 214+18+41=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D61229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61229 is #29EDD6. Grayscale: #4F4F4F. Windows color (decimal): -2747863 or 2691798. OLE color: 2691798.
HSL color Cylindrical-coordinate representation of color #D61229: hue angle of 352.96º 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 #D61229 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 18 | 41 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.16 |
| HSL | 352.96º | 0.84% | 0.45% | - |
| HSV(B) | 352.96º | 0.92% | 0.84% | - |
| XYZ | 28.35 | 14.89 | 3.48 | - |
| YUV | 79.23 | 106.43 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 18 | 41 | 0 | 0.92 | 0.81 | 0.16 | 352.96 | 0.84 | 0.45 |
| Hex | D6 | 12 | 29 | 0 | 5C | 51 | 10 | 161 | 54 | 2D |
| Octal | 326 | 22 | 51 | 0 | 134 | 121 | 20 | 541 | 124 | 55 |
| Binary | 11010110 | 10010 | 101001 | 0 | 1011100 | 1010001 | 10000 | 101100001 | 1010100 | 101101 |
Color Harmonies of #D61229
Complementary color
Monochromatic Colors of #D61229
Black with #D61229
Text Example
Text Example
White with #D61229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61229; }
p { color: rgb(214,18,41); }
H1.HeaderClassName
{
color: #D61229;
}
.AnyTagClassName
{
color: #D61229;
}
</style>
background-color css
<style>
a { background-color: #D61229; }
a { background-color: rgb(214,18,41); }
div.DivClassName
{
background-color: #D61229;
}
.BgClassName
{
background-color: #D61229;
}
</style>
border-color css
<style>
span { border-color: #D61229; }
span { border-color: rgb(214,18,41); }
td.TdClassName
{
border-color: #D61229;
}
.TagClassName
{
border-color: #D61229;
}
</style>