Shades of Fire Engine Red #D61320
Tints of Fire Engine Red #D61320
RGB
CMYK
RGB Variations
Color information
#D61320 (or 0xD61320) is known color: Fire Engine Red. HEX triplet: D6, 13 and 20. RGB value is (214,19,32). Sum of RGB (Red+Green+Blue) = 214+19+32=265 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.75% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 214 - color contains mainly: red. Hex color #D61320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61320 is #29ECDF. Grayscale: #4E4E4E. Windows color (decimal): -2747616 or 2102230. OLE color: 2102230.
HSL color Cylindrical-coordinate representation of color #D61320: hue angle of 356º 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 #D61320 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 32 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.16 |
| HSL | 356º | 0.84% | 0.46% | - |
| HSV(B) | 356º | 0.91% | 0.84% | - |
| XYZ | 28.23 | 14.87 | 2.75 | - |
| YUV | 78.79 | 101.6 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 32 | 0 | 0.91 | 0.85 | 0.16 | 356 | 0.84 | 0.46 |
| Hex | D6 | 13 | 20 | 0 | 5B | 55 | 10 | 164 | 54 | 2E |
| Octal | 326 | 23 | 40 | 0 | 133 | 125 | 20 | 544 | 124 | 56 |
| Binary | 11010110 | 10011 | 100000 | 0 | 1011011 | 1010101 | 10000 | 101100100 | 1010100 | 101110 |
Color Harmonies of #D61320
Complementary color
Monochromatic Colors of #D61320
Black with #D61320
Text Example
Text Example
White with #D61320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61320; }
p { color: rgb(214,19,32); }
H1.HeaderClassName
{
color: #D61320;
}
.AnyTagClassName
{
color: #D61320;
}
</style>
background-color css
<style>
a { background-color: #D61320; }
a { background-color: rgb(214,19,32); }
div.DivClassName
{
background-color: #D61320;
}
.BgClassName
{
background-color: #D61320;
}
</style>
border-color css
<style>
span { border-color: #D61320; }
span { border-color: rgb(214,19,32); }
td.TdClassName
{
border-color: #D61320;
}
.TagClassName
{
border-color: #D61320;
}
</style>