Shades of Fire Engine Red #D00728
Tints of Fire Engine Red #D00728
RGB
CMYK
RGB Variations
Color information
#D00728 (or 0xD00728) is known color: Fire Engine Red. HEX triplet: D0, 07 and 28. RGB value is (208,7,40). Sum of RGB (Red+Green+Blue) = 208+7+40=255 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.57% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 208 - color contains mainly: red. Hex color #D00728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00728 is #2FF8D7. Grayscale: #464646. Windows color (decimal): -3143896 or 2623440. OLE color: 2623440.
HSL color Cylindrical-coordinate representation of color #D00728: hue angle of 350.15º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D00728 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 40 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.18 |
| HSL | 350.15º | 0.93% | 0.42% | - |
| HSV(B) | 350.15º | 0.97% | 0.82% | - |
| XYZ | 26.47 | 13.72 | 3.26 | - |
| YUV | 70.86 | 110.59 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 40 | 0 | 0.97 | 0.81 | 0.18 | 350.15 | 0.93 | 0.42 |
| Hex | D0 | 7 | 28 | 0 | 61 | 51 | 12 | 15E | 5D | 2A |
| Octal | 320 | 7 | 50 | 0 | 141 | 121 | 22 | 536 | 135 | 52 |
| Binary | 11010000 | 111 | 101000 | 0 | 1100001 | 1010001 | 10010 | 101011110 | 1011101 | 101010 |
Color Harmonies of #D00728
Complementary color
Monochromatic Colors of #D00728
Black with #D00728
Text Example
Text Example
White with #D00728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00728; }
p { color: rgb(208,7,40); }
H1.HeaderClassName
{
color: #D00728;
}
.AnyTagClassName
{
color: #D00728;
}
</style>
background-color css
<style>
a { background-color: #D00728; }
a { background-color: rgb(208,7,40); }
div.DivClassName
{
background-color: #D00728;
}
.BgClassName
{
background-color: #D00728;
}
</style>
border-color css
<style>
span { border-color: #D00728; }
span { border-color: rgb(208,7,40); }
td.TdClassName
{
border-color: #D00728;
}
.TagClassName
{
border-color: #D00728;
}
</style>