Shades of Fire Engine Red #D01A2D
Tints of Fire Engine Red #D01A2D
RGB
CMYK
RGB Variations
Color information
#D01A2D (or 0xD01A2D) is known color: Fire Engine Red. HEX triplet: D0, 1A and 2D. RGB value is (208,26,45). Sum of RGB (Red+Green+Blue) = 208+26+45=279 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.55% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 208 - color contains mainly: red. Hex color #D01A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01A2D is #2FE5D2. Grayscale: #525252. Windows color (decimal): -3139027 or 2955984. OLE color: 2955984.
HSL color Cylindrical-coordinate representation of color #D01A2D: hue angle of 353.74º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01A2D is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 26 | 45 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.18 |
| HSL | 353.74º | 0.78% | 0.46% | - |
| HSV(B) | 353.74º | 0.88% | 0.82% | - |
| XYZ | 26.86 | 14.34 | 3.83 | - |
| YUV | 82.58 | 106.8 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 26 | 45 | 0 | 0.88 | 0.78 | 0.18 | 353.74 | 0.78 | 0.46 |
| Hex | D0 | 1A | 2D | 0 | 58 | 4E | 12 | 162 | 4E | 2E |
| Octal | 320 | 32 | 55 | 0 | 130 | 116 | 22 | 542 | 116 | 56 |
| Binary | 11010000 | 11010 | 101101 | 0 | 1011000 | 1001110 | 10010 | 101100010 | 1001110 | 101110 |
Color Harmonies of #D01A2D
Complementary color
Monochromatic Colors of #D01A2D
Black with #D01A2D
Text Example
Text Example
White with #D01A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01A2D; }
p { color: rgb(208,26,45); }
H1.HeaderClassName
{
color: #D01A2D;
}
.AnyTagClassName
{
color: #D01A2D;
}
</style>
background-color css
<style>
a { background-color: #D01A2D; }
a { background-color: rgb(208,26,45); }
div.DivClassName
{
background-color: #D01A2D;
}
.BgClassName
{
background-color: #D01A2D;
}
</style>
border-color css
<style>
span { border-color: #D01A2D; }
span { border-color: rgb(208,26,45); }
td.TdClassName
{
border-color: #D01A2D;
}
.TagClassName
{
border-color: #D01A2D;
}
</style>