Shades of Fire Engine Red #D81328
Tints of Fire Engine Red #D81328
RGB
CMYK
RGB Variations
Color information
#D81328 (or 0xD81328) is known color: Fire Engine Red. HEX triplet: D8, 13 and 28. RGB value is (216,19,40). Sum of RGB (Red+Green+Blue) = 216+19+40=275 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.55% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 216 - color contains mainly: red. Hex color #D81328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81328 is #27ECD7. Grayscale: #505050. Windows color (decimal): -2616536 or 2626520. OLE color: 2626520.
HSL color Cylindrical-coordinate representation of color #D81328: hue angle of 353.6º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D81328 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 40 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.15 |
| HSL | 353.6º | 0.84% | 0.46% | - |
| HSV(B) | 353.6º | 0.91% | 0.85% | - |
| XYZ | 28.93 | 15.22 | 3.42 | - |
| YUV | 80.3 | 105.27 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 40 | 0 | 0.91 | 0.81 | 0.15 | 353.6 | 0.84 | 0.46 |
| Hex | D8 | 13 | 28 | 0 | 5B | 51 | F | 162 | 54 | 2E |
| Octal | 330 | 23 | 50 | 0 | 133 | 121 | 17 | 542 | 124 | 56 |
| Binary | 11011000 | 10011 | 101000 | 0 | 1011011 | 1010001 | 1111 | 101100010 | 1010100 | 101110 |
Color Harmonies of #D81328
Complementary color
Monochromatic Colors of #D81328
Black with #D81328
Text Example
Text Example
White with #D81328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81328; }
p { color: rgb(216,19,40); }
H1.HeaderClassName
{
color: #D81328;
}
.AnyTagClassName
{
color: #D81328;
}
</style>
background-color css
<style>
a { background-color: #D81328; }
a { background-color: rgb(216,19,40); }
div.DivClassName
{
background-color: #D81328;
}
.BgClassName
{
background-color: #D81328;
}
</style>
border-color css
<style>
span { border-color: #D81328; }
span { border-color: rgb(216,19,40); }
td.TdClassName
{
border-color: #D81328;
}
.TagClassName
{
border-color: #D81328;
}
</style>