Shades of Fire Engine Red #DC091F
Tints of Fire Engine Red #DC091F
RGB
CMYK
RGB Variations
Color information
#DC091F (or 0xDC091F) is known color: Fire Engine Red. HEX triplet: DC, 09 and 1F. RGB value is (220,9,31). Sum of RGB (Red+Green+Blue) = 220+9+31=260 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.62% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 220 - color contains mainly: red. Hex color #DC091F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC091F is #23F6E0. Grayscale: #4A4A4A. Windows color (decimal): -2356961 or 2034140. OLE color: 2034140.
HSL color Cylindrical-coordinate representation of color #DC091F: hue angle of 353.74º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC091F is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 31 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.14 |
| HSL | 353.74º | 0.92% | 0.45% | - |
| HSV(B) | 353.74º | 0.96% | 0.86% | - |
| XYZ | 29.86 | 15.51 | 2.72 | - |
| YUV | 74.6 | 103.4 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 31 | 0 | 0.96 | 0.86 | 0.14 | 353.74 | 0.92 | 0.45 |
| Hex | DC | 9 | 1F | 0 | 60 | 56 | E | 162 | 5C | 2D |
| Octal | 334 | 11 | 37 | 0 | 140 | 126 | 16 | 542 | 134 | 55 |
| Binary | 11011100 | 1001 | 11111 | 0 | 1100000 | 1010110 | 1110 | 101100010 | 1011100 | 101101 |
Color Harmonies of #DC091F
Complementary color
Monochromatic Colors of #DC091F
Black with #DC091F
Text Example
Text Example
White with #DC091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC091F; }
p { color: rgb(220,9,31); }
H1.HeaderClassName
{
color: #DC091F;
}
.AnyTagClassName
{
color: #DC091F;
}
</style>
background-color css
<style>
a { background-color: #DC091F; }
a { background-color: rgb(220,9,31); }
div.DivClassName
{
background-color: #DC091F;
}
.BgClassName
{
background-color: #DC091F;
}
</style>
border-color css
<style>
span { border-color: #DC091F; }
span { border-color: rgb(220,9,31); }
td.TdClassName
{
border-color: #DC091F;
}
.TagClassName
{
border-color: #DC091F;
}
</style>