Shades of Fire Engine Red #DC101B
Tints of Fire Engine Red #DC101B
RGB
CMYK
RGB Variations
Color information
#DC101B (or 0xDC101B) is known color: Fire Engine Red. HEX triplet: DC, 10 and 1B. RGB value is (220,16,27). Sum of RGB (Red+Green+Blue) = 220+16+27=263 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.65% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 220 - color contains mainly: red. Hex color #DC101B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC101B is #23EFE4. Grayscale: #4E4E4E. Windows color (decimal): -2355173 or 1773788. OLE color: 1773788.
HSL color Cylindrical-coordinate representation of color #DC101B: hue angle of 356.76º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC101B is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 27 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.14 |
| HSL | 356.76º | 0.86% | 0.46% | - |
| HSV(B) | 356.76º | 0.93% | 0.86% | - |
| XYZ | 29.9 | 15.67 | 2.48 | - |
| YUV | 78.25 | 99.09 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 27 | 0 | 0.93 | 0.88 | 0.14 | 356.76 | 0.86 | 0.46 |
| Hex | DC | 10 | 1B | 0 | 5D | 58 | E | 165 | 56 | 2E |
| Octal | 334 | 20 | 33 | 0 | 135 | 130 | 16 | 545 | 126 | 56 |
| Binary | 11011100 | 10000 | 11011 | 0 | 1011101 | 1011000 | 1110 | 101100101 | 1010110 | 101110 |
Color Harmonies of #DC101B
Complementary color
Monochromatic Colors of #DC101B
Black with #DC101B
Text Example
Text Example
White with #DC101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC101B; }
p { color: rgb(220,16,27); }
H1.HeaderClassName
{
color: #DC101B;
}
.AnyTagClassName
{
color: #DC101B;
}
</style>
background-color css
<style>
a { background-color: #DC101B; }
a { background-color: rgb(220,16,27); }
div.DivClassName
{
background-color: #DC101B;
}
.BgClassName
{
background-color: #DC101B;
}
</style>
border-color css
<style>
span { border-color: #DC101B; }
span { border-color: rgb(220,16,27); }
td.TdClassName
{
border-color: #DC101B;
}
.TagClassName
{
border-color: #DC101B;
}
</style>