Shades of Fire Engine Red #D0101F
Tints of Fire Engine Red #D0101F
RGB
CMYK
RGB Variations
Color information
#D0101F (or 0xD0101F) is known color: Fire Engine Red. HEX triplet: D0, 10 and 1F. RGB value is (208,16,31). Sum of RGB (Red+Green+Blue) = 208+16+31=255 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.57% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 208 - color contains mainly: red. Hex color #D0101F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0101F is #2FEFE0. Grayscale: #4B4B4B. Windows color (decimal): -3141601 or 2035920. OLE color: 2035920.
HSL color Cylindrical-coordinate representation of color #D0101F: hue angle of 355.31º degrees, saturation: 0.86, 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 #D0101F is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 31 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.18 |
| HSL | 355.31º | 0.86% | 0.44% | - |
| HSV(B) | 355.31º | 0.92% | 0.82% | - |
| XYZ | 26.45 | 13.88 | 2.58 | - |
| YUV | 75.12 | 103.11 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 31 | 0 | 0.92 | 0.85 | 0.18 | 355.31 | 0.86 | 0.44 |
| Hex | D0 | 10 | 1F | 0 | 5C | 55 | 12 | 163 | 56 | 2C |
| Octal | 320 | 20 | 37 | 0 | 134 | 125 | 22 | 543 | 126 | 54 |
| Binary | 11010000 | 10000 | 11111 | 0 | 1011100 | 1010101 | 10010 | 101100011 | 1010110 | 101100 |
Color Harmonies of #D0101F
Complementary color
Monochromatic Colors of #D0101F
Black with #D0101F
Text Example
Text Example
White with #D0101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0101F; }
p { color: rgb(208,16,31); }
H1.HeaderClassName
{
color: #D0101F;
}
.AnyTagClassName
{
color: #D0101F;
}
</style>
background-color css
<style>
a { background-color: #D0101F; }
a { background-color: rgb(208,16,31); }
div.DivClassName
{
background-color: #D0101F;
}
.BgClassName
{
background-color: #D0101F;
}
</style>
border-color css
<style>
span { border-color: #D0101F; }
span { border-color: rgb(208,16,31); }
td.TdClassName
{
border-color: #D0101F;
}
.TagClassName
{
border-color: #D0101F;
}
</style>