Shades of Fire Engine Red #D00A1F
Tints of Fire Engine Red #D00A1F
RGB
CMYK
RGB Variations
Color information
#D00A1F (or 0xD00A1F) is known color: Fire Engine Red. HEX triplet: D0, 0A and 1F. RGB value is (208,10,31). Sum of RGB (Red+Green+Blue) = 208+10+31=249 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.53% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00A1F is #2FF5E0. Grayscale: #474747. Windows color (decimal): -3143137 or 2034384. OLE color: 2034384.
HSL color Cylindrical-coordinate representation of color #D00A1F: hue angle of 353.64º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00A1F is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 10 | 31 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.18 |
| HSL | 353.64º | 0.91% | 0.43% | - |
| HSV(B) | 353.64º | 0.95% | 0.82% | - |
| XYZ | 26.37 | 13.73 | 2.56 | - |
| YUV | 71.6 | 105.1 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 31 | 0 | 0.95 | 0.85 | 0.18 | 353.64 | 0.91 | 0.43 |
| Hex | D0 | A | 1F | 0 | 5F | 55 | 12 | 162 | 5B | 2B |
| Octal | 320 | 12 | 37 | 0 | 137 | 125 | 22 | 542 | 133 | 53 |
| Binary | 11010000 | 1010 | 11111 | 0 | 1011111 | 1010101 | 10010 | 101100010 | 1011011 | 101011 |
Color Harmonies of #D00A1F
Complementary color
Monochromatic Colors of #D00A1F
Black with #D00A1F
Text Example
Text Example
White with #D00A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00A1F; }
p { color: rgb(208,10,31); }
H1.HeaderClassName
{
color: #D00A1F;
}
.AnyTagClassName
{
color: #D00A1F;
}
</style>
background-color css
<style>
a { background-color: #D00A1F; }
a { background-color: rgb(208,10,31); }
div.DivClassName
{
background-color: #D00A1F;
}
.BgClassName
{
background-color: #D00A1F;
}
</style>
border-color css
<style>
span { border-color: #D00A1F; }
span { border-color: rgb(208,10,31); }
td.TdClassName
{
border-color: #D00A1F;
}
.TagClassName
{
border-color: #D00A1F;
}
</style>