Shades of Fire Engine Red #D61329
Tints of Fire Engine Red #D61329
RGB
CMYK
RGB Variations
Color information
#D61329 (or 0xD61329) is known color: Fire Engine Red. HEX triplet: D6, 13 and 29. RGB value is (214,19,41). Sum of RGB (Red+Green+Blue) = 214+19+41=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D61329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61329 is #29ECD6. Grayscale: #4F4F4F. Windows color (decimal): -2747607 or 2692054. OLE color: 2692054.
HSL color Cylindrical-coordinate representation of color #D61329: hue angle of 353.23º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D61329 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 41 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.16 |
| HSL | 353.23º | 0.84% | 0.46% | - |
| HSV(B) | 353.23º | 0.91% | 0.84% | - |
| XYZ | 28.36 | 14.92 | 3.48 | - |
| YUV | 79.81 | 106.1 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 41 | 0 | 0.91 | 0.81 | 0.16 | 353.23 | 0.84 | 0.46 |
| Hex | D6 | 13 | 29 | 0 | 5B | 51 | 10 | 161 | 54 | 2E |
| Octal | 326 | 23 | 51 | 0 | 133 | 121 | 20 | 541 | 124 | 56 |
| Binary | 11010110 | 10011 | 101001 | 0 | 1011011 | 1010001 | 10000 | 101100001 | 1010100 | 101110 |
Color Harmonies of #D61329
Complementary color
Monochromatic Colors of #D61329
Black with #D61329
Text Example
Text Example
White with #D61329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61329; }
p { color: rgb(214,19,41); }
H1.HeaderClassName
{
color: #D61329;
}
.AnyTagClassName
{
color: #D61329;
}
</style>
background-color css
<style>
a { background-color: #D61329; }
a { background-color: rgb(214,19,41); }
div.DivClassName
{
background-color: #D61329;
}
.BgClassName
{
background-color: #D61329;
}
</style>
border-color css
<style>
span { border-color: #D61329; }
span { border-color: rgb(214,19,41); }
td.TdClassName
{
border-color: #D61329;
}
.TagClassName
{
border-color: #D61329;
}
</style>