Shades of Fire Engine Red #D00428
Tints of Fire Engine Red #D00428
RGB
CMYK
RGB Variations
Color information
#D00428 (or 0xD00428) is known color: Fire Engine Red. HEX triplet: D0, 04 and 28. RGB value is (208,4,40). Sum of RGB (Red+Green+Blue) = 208+4+40=252 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.54% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 208 - color contains mainly: red. Hex color #D00428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00428 is #2FFBD7. Grayscale: #454545. Windows color (decimal): -3144664 or 2622672. OLE color: 2622672.
HSL color Cylindrical-coordinate representation of color #D00428: hue angle of 349.41º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00428 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 4 | 40 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.18 |
| HSL | 349.41º | 0.96% | 0.42% | - |
| HSV(B) | 349.41º | 0.98% | 0.82% | - |
| XYZ | 26.44 | 13.65 | 3.25 | - |
| YUV | 69.1 | 111.59 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 40 | 0 | 0.98 | 0.81 | 0.18 | 349.41 | 0.96 | 0.42 |
| Hex | D0 | 4 | 28 | 0 | 62 | 51 | 12 | 15D | 60 | 2A |
| Octal | 320 | 4 | 50 | 0 | 142 | 121 | 22 | 535 | 140 | 52 |
| Binary | 11010000 | 100 | 101000 | 0 | 1100010 | 1010001 | 10010 | 101011101 | 1100000 | 101010 |
Color Harmonies of #D00428
Complementary color
Monochromatic Colors of #D00428
Black with #D00428
Text Example
Text Example
White with #D00428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00428; }
p { color: rgb(208,4,40); }
H1.HeaderClassName
{
color: #D00428;
}
.AnyTagClassName
{
color: #D00428;
}
</style>
background-color css
<style>
a { background-color: #D00428; }
a { background-color: rgb(208,4,40); }
div.DivClassName
{
background-color: #D00428;
}
.BgClassName
{
background-color: #D00428;
}
</style>
border-color css
<style>
span { border-color: #D00428; }
span { border-color: rgb(208,4,40); }
td.TdClassName
{
border-color: #D00428;
}
.TagClassName
{
border-color: #D00428;
}
</style>