Shades of Fire Engine Red #DC151F
Tints of Fire Engine Red #DC151F
RGB
CMYK
RGB Variations
Color information
#DC151F (or 0xDC151F) is known color: Fire Engine Red. HEX triplet: DC, 15 and 1F. RGB value is (220,21,31). Sum of RGB (Red+Green+Blue) = 220+21+31=272 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.88% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 220 - color contains mainly: red. Hex color #DC151F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC151F is #23EAE0. Grayscale: #515151. Windows color (decimal): -2353889 or 2037212. OLE color: 2037212.
HSL color Cylindrical-coordinate representation of color #DC151F: hue angle of 356.98º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC151F is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 31 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.14 |
| HSL | 356.98º | 0.83% | 0.47% | - |
| HSV(B) | 356.98º | 0.9% | 0.86% | - |
| XYZ | 30.03 | 15.85 | 2.77 | - |
| YUV | 81.64 | 99.43 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 31 | 0 | 0.90 | 0.86 | 0.14 | 356.98 | 0.83 | 0.47 |
| Hex | DC | 15 | 1F | 0 | 5A | 56 | E | 165 | 53 | 2F |
| Octal | 334 | 25 | 37 | 0 | 132 | 126 | 16 | 545 | 123 | 57 |
| Binary | 11011100 | 10101 | 11111 | 0 | 1011010 | 1010110 | 1110 | 101100101 | 1010011 | 101111 |
Color Harmonies of #DC151F
Complementary color
Monochromatic Colors of #DC151F
Black with #DC151F
Text Example
Text Example
White with #DC151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC151F; }
p { color: rgb(220,21,31); }
H1.HeaderClassName
{
color: #DC151F;
}
.AnyTagClassName
{
color: #DC151F;
}
</style>
background-color css
<style>
a { background-color: #DC151F; }
a { background-color: rgb(220,21,31); }
div.DivClassName
{
background-color: #DC151F;
}
.BgClassName
{
background-color: #DC151F;
}
</style>
border-color css
<style>
span { border-color: #DC151F; }
span { border-color: rgb(220,21,31); }
td.TdClassName
{
border-color: #DC151F;
}
.TagClassName
{
border-color: #DC151F;
}
</style>