Shades of Fire Engine Red #D00928
Tints of Fire Engine Red #D00928
RGB
CMYK
RGB Variations
Color information
#D00928 (or 0xD00928) is known color: Fire Engine Red. HEX triplet: D0, 09 and 28. RGB value is (208,9,40). Sum of RGB (Red+Green+Blue) = 208+9+40=257 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.93% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 208 - color contains mainly: red. Hex color #D00928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00928 is #2FF6D7. Grayscale: #484848. Windows color (decimal): -3143384 or 2623952. OLE color: 2623952.
HSL color Cylindrical-coordinate representation of color #D00928: hue angle of 350.65º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00928 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 40 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.18 |
| HSL | 350.65º | 0.92% | 0.43% | - |
| HSV(B) | 350.65º | 0.96% | 0.82% | - |
| XYZ | 26.49 | 13.76 | 3.27 | - |
| YUV | 72.04 | 109.93 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 40 | 0 | 0.96 | 0.81 | 0.18 | 350.65 | 0.92 | 0.43 |
| Hex | D0 | 9 | 28 | 0 | 60 | 51 | 12 | 15F | 5C | 2B |
| Octal | 320 | 11 | 50 | 0 | 140 | 121 | 22 | 537 | 134 | 53 |
| Binary | 11010000 | 1001 | 101000 | 0 | 1100000 | 1010001 | 10010 | 101011111 | 1011100 | 101011 |
Color Harmonies of #D00928
Complementary color
Monochromatic Colors of #D00928
Black with #D00928
Text Example
Text Example
White with #D00928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00928; }
p { color: rgb(208,9,40); }
H1.HeaderClassName
{
color: #D00928;
}
.AnyTagClassName
{
color: #D00928;
}
</style>
background-color css
<style>
a { background-color: #D00928; }
a { background-color: rgb(208,9,40); }
div.DivClassName
{
background-color: #D00928;
}
.BgClassName
{
background-color: #D00928;
}
</style>
border-color css
<style>
span { border-color: #D00928; }
span { border-color: rgb(208,9,40); }
td.TdClassName
{
border-color: #D00928;
}
.TagClassName
{
border-color: #D00928;
}
</style>