Shades of Fire Engine Red #D01123
Tints of Fire Engine Red #D01123
RGB
CMYK
RGB Variations
Color information
#D01123 (or 0xD01123) is known color: Fire Engine Red. HEX triplet: D0, 11 and 23. RGB value is (208,17,35). Sum of RGB (Red+Green+Blue) = 208+17+35=260 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 208 - color contains mainly: red. Hex color #D01123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01123 is #2FEEDC. Grayscale: #4C4C4C. Windows color (decimal): -3141341 or 2298320. OLE color: 2298320.
HSL color Cylindrical-coordinate representation of color #D01123: hue angle of 354.35º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01123 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 35 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.18 |
| HSL | 354.35º | 0.85% | 0.44% | - |
| HSV(B) | 354.35º | 0.92% | 0.82% | - |
| XYZ | 26.52 | 13.93 | 2.88 | - |
| YUV | 76.16 | 104.78 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 35 | 0 | 0.92 | 0.83 | 0.18 | 354.35 | 0.85 | 0.44 |
| Hex | D0 | 11 | 23 | 0 | 5C | 53 | 12 | 162 | 55 | 2C |
| Octal | 320 | 21 | 43 | 0 | 134 | 123 | 22 | 542 | 125 | 54 |
| Binary | 11010000 | 10001 | 100011 | 0 | 1011100 | 1010011 | 10010 | 101100010 | 1010101 | 101100 |
Color Harmonies of #D01123
Complementary color
Monochromatic Colors of #D01123
Black with #D01123
Text Example
Text Example
White with #D01123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01123; }
p { color: rgb(208,17,35); }
H1.HeaderClassName
{
color: #D01123;
}
.AnyTagClassName
{
color: #D01123;
}
</style>
background-color css
<style>
a { background-color: #D01123; }
a { background-color: rgb(208,17,35); }
div.DivClassName
{
background-color: #D01123;
}
.BgClassName
{
background-color: #D01123;
}
</style>
border-color css
<style>
span { border-color: #D01123; }
span { border-color: rgb(208,17,35); }
td.TdClassName
{
border-color: #D01123;
}
.TagClassName
{
border-color: #D01123;
}
</style>