Shades of Fire Engine Red #D61319
Tints of Fire Engine Red #D61319
RGB
CMYK
RGB Variations
Color information
#D61319 (or 0xD61319) is known color: Fire Engine Red. HEX triplet: D6, 13 and 19. RGB value is (214,19,25). Sum of RGB (Red+Green+Blue) = 214+19+25=258 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.95% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 214 - color contains mainly: red. Hex color #D61319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61319 is #29ECE6. Grayscale: #4E4E4E. Windows color (decimal): -2747623 or 1643478. OLE color: 1643478.
HSL color Cylindrical-coordinate representation of color #D61319: hue angle of 358.15º 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 #D61319 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 25 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.16 |
| HSL | 358.15º | 0.84% | 0.46% | - |
| HSV(B) | 358.15º | 0.91% | 0.84% | - |
| XYZ | 28.14 | 14.83 | 2.3 | - |
| YUV | 77.99 | 98.1 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 25 | 0 | 0.91 | 0.88 | 0.16 | 358.15 | 0.84 | 0.46 |
| Hex | D6 | 13 | 19 | 0 | 5B | 58 | 10 | 166 | 54 | 2E |
| Octal | 326 | 23 | 31 | 0 | 133 | 130 | 20 | 546 | 124 | 56 |
| Binary | 11010110 | 10011 | 11001 | 0 | 1011011 | 1011000 | 10000 | 101100110 | 1010100 | 101110 |
Color Harmonies of #D61319
Complementary color
Monochromatic Colors of #D61319
Black with #D61319
Text Example
Text Example
White with #D61319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61319; }
p { color: rgb(214,19,25); }
H1.HeaderClassName
{
color: #D61319;
}
.AnyTagClassName
{
color: #D61319;
}
</style>
background-color css
<style>
a { background-color: #D61319; }
a { background-color: rgb(214,19,25); }
div.DivClassName
{
background-color: #D61319;
}
.BgClassName
{
background-color: #D61319;
}
</style>
border-color css
<style>
span { border-color: #D61319; }
span { border-color: rgb(214,19,25); }
td.TdClassName
{
border-color: #D61319;
}
.TagClassName
{
border-color: #D61319;
}
</style>