Shades of Fire Engine Red #D61629
Tints of Fire Engine Red #D61629
RGB
CMYK
RGB Variations
Color information
#D61629 (or 0xD61629) is known color: Fire Engine Red. HEX triplet: D6, 16 and 29. RGB value is (214,22,41). Sum of RGB (Red+Green+Blue) = 214+22+41=277 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.26% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 214 - color contains mainly: red. Hex color #D61629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61629 is #29E9D6. Grayscale: #515151. Windows color (decimal): -2746839 or 2692822. OLE color: 2692822.
HSL color Cylindrical-coordinate representation of color #D61629: hue angle of 354.06º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61629 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 41 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.16 |
| HSL | 354.06º | 0.81% | 0.46% | - |
| HSV(B) | 354.06º | 0.9% | 0.84% | - |
| XYZ | 28.42 | 15.03 | 3.5 | - |
| YUV | 81.57 | 105.11 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 41 | 0 | 0.90 | 0.81 | 0.16 | 354.06 | 0.81 | 0.46 |
| Hex | D6 | 16 | 29 | 0 | 5A | 51 | 10 | 162 | 51 | 2E |
| Octal | 326 | 26 | 51 | 0 | 132 | 121 | 20 | 542 | 121 | 56 |
| Binary | 11010110 | 10110 | 101001 | 0 | 1011010 | 1010001 | 10000 | 101100010 | 1010001 | 101110 |
Color Harmonies of #D61629
Complementary color
Monochromatic Colors of #D61629
Black with #D61629
Text Example
Text Example
White with #D61629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61629; }
p { color: rgb(214,22,41); }
H1.HeaderClassName
{
color: #D61629;
}
.AnyTagClassName
{
color: #D61629;
}
</style>
background-color css
<style>
a { background-color: #D61629; }
a { background-color: rgb(214,22,41); }
div.DivClassName
{
background-color: #D61629;
}
.BgClassName
{
background-color: #D61629;
}
</style>
border-color css
<style>
span { border-color: #D61629; }
span { border-color: rgb(214,22,41); }
td.TdClassName
{
border-color: #D61629;
}
.TagClassName
{
border-color: #D61629;
}
</style>