Shades of Fire Engine Red #D01228
Tints of Fire Engine Red #D01228
RGB
CMYK
RGB Variations
Color information
#D01228 (or 0xD01228) is known color: Fire Engine Red. HEX triplet: D0, 12 and 28. RGB value is (208,18,40). Sum of RGB (Red+Green+Blue) = 208+18+40=266 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.20% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 208 - color contains mainly: red. Hex color #D01228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01228 is #2FEDD7. Grayscale: #4D4D4D. Windows color (decimal): -3141080 or 2626256. OLE color: 2626256.
HSL color Cylindrical-coordinate representation of color #D01228: hue angle of 353.05º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01228 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 40 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.18 |
| HSL | 353.05º | 0.84% | 0.44% | - |
| HSV(B) | 353.05º | 0.91% | 0.82% | - |
| XYZ | 26.61 | 14 | 3.31 | - |
| YUV | 77.32 | 106.95 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 40 | 0 | 0.91 | 0.81 | 0.18 | 353.05 | 0.84 | 0.44 |
| Hex | D0 | 12 | 28 | 0 | 5B | 51 | 12 | 161 | 54 | 2C |
| Octal | 320 | 22 | 50 | 0 | 133 | 121 | 22 | 541 | 124 | 54 |
| Binary | 11010000 | 10010 | 101000 | 0 | 1011011 | 1010001 | 10010 | 101100001 | 1010100 | 101100 |
Color Harmonies of #D01228
Complementary color
Monochromatic Colors of #D01228
Black with #D01228
Text Example
Text Example
White with #D01228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01228; }
p { color: rgb(208,18,40); }
H1.HeaderClassName
{
color: #D01228;
}
.AnyTagClassName
{
color: #D01228;
}
</style>
background-color css
<style>
a { background-color: #D01228; }
a { background-color: rgb(208,18,40); }
div.DivClassName
{
background-color: #D01228;
}
.BgClassName
{
background-color: #D01228;
}
</style>
border-color css
<style>
span { border-color: #D01228; }
span { border-color: rgb(208,18,40); }
td.TdClassName
{
border-color: #D01228;
}
.TagClassName
{
border-color: #D01228;
}
</style>