Shades of Fire Engine Red #D01628
Tints of Fire Engine Red #D01628
RGB
CMYK
RGB Variations
Color information
#D01628 (or 0xD01628) is known color: Fire Engine Red. HEX triplet: D0, 16 and 28. RGB value is (208,22,40). Sum of RGB (Red+Green+Blue) = 208+22+40=270 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.04% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 208 - color contains mainly: red. Hex color #D01628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01628 is #2FE9D7. Grayscale: #4F4F4F. Windows color (decimal): -3140056 or 2627280. OLE color: 2627280.
HSL color Cylindrical-coordinate representation of color #D01628: hue angle of 354.19º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01628 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 22 | 40 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.18 |
| HSL | 354.19º | 0.81% | 0.45% | - |
| HSV(B) | 354.19º | 0.89% | 0.82% | - |
| XYZ | 26.68 | 14.14 | 3.33 | - |
| YUV | 79.67 | 105.62 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 22 | 40 | 0 | 0.89 | 0.81 | 0.18 | 354.19 | 0.81 | 0.45 |
| Hex | D0 | 16 | 28 | 0 | 59 | 51 | 12 | 162 | 51 | 2D |
| Octal | 320 | 26 | 50 | 0 | 131 | 121 | 22 | 542 | 121 | 55 |
| Binary | 11010000 | 10110 | 101000 | 0 | 1011001 | 1010001 | 10010 | 101100010 | 1010001 | 101101 |
Color Harmonies of #D01628
Complementary color
Monochromatic Colors of #D01628
Black with #D01628
Text Example
Text Example
White with #D01628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01628; }
p { color: rgb(208,22,40); }
H1.HeaderClassName
{
color: #D01628;
}
.AnyTagClassName
{
color: #D01628;
}
</style>
background-color css
<style>
a { background-color: #D01628; }
a { background-color: rgb(208,22,40); }
div.DivClassName
{
background-color: #D01628;
}
.BgClassName
{
background-color: #D01628;
}
</style>
border-color css
<style>
span { border-color: #D01628; }
span { border-color: rgb(208,22,40); }
td.TdClassName
{
border-color: #D01628;
}
.TagClassName
{
border-color: #D01628;
}
</style>