Shades of Fire Engine Red #D61328
Tints of Fire Engine Red #D61328
RGB
CMYK
RGB Variations
Color information
#D61328 (or 0xD61328) is known color: Fire Engine Red. HEX triplet: D6, 13 and 28. RGB value is (214,19,40). Sum of RGB (Red+Green+Blue) = 214+19+40=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D61328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61328 is #29ECD7. Grayscale: #4F4F4F. Windows color (decimal): -2747608 or 2626518. OLE color: 2626518.
HSL color Cylindrical-coordinate representation of color #D61328: hue angle of 353.54º 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 #D61328 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 40 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.16 |
| HSL | 353.54º | 0.84% | 0.46% | - |
| HSV(B) | 353.54º | 0.91% | 0.84% | - |
| XYZ | 28.35 | 14.92 | 3.39 | - |
| YUV | 79.7 | 105.6 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 40 | 0 | 0.91 | 0.81 | 0.16 | 353.54 | 0.84 | 0.46 |
| Hex | D6 | 13 | 28 | 0 | 5B | 51 | 10 | 162 | 54 | 2E |
| Octal | 326 | 23 | 50 | 0 | 133 | 121 | 20 | 542 | 124 | 56 |
| Binary | 11010110 | 10011 | 101000 | 0 | 1011011 | 1010001 | 10000 | 101100010 | 1010100 | 101110 |
Color Harmonies of #D61328
Complementary color
Monochromatic Colors of #D61328
Black with #D61328
Text Example
Text Example
White with #D61328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61328; }
p { color: rgb(214,19,40); }
H1.HeaderClassName
{
color: #D61328;
}
.AnyTagClassName
{
color: #D61328;
}
</style>
background-color css
<style>
a { background-color: #D61328; }
a { background-color: rgb(214,19,40); }
div.DivClassName
{
background-color: #D61328;
}
.BgClassName
{
background-color: #D61328;
}
</style>
border-color css
<style>
span { border-color: #D61328; }
span { border-color: rgb(214,19,40); }
td.TdClassName
{
border-color: #D61328;
}
.TagClassName
{
border-color: #D61328;
}
</style>