Shades of Fire Engine Red #DC101D
Tints of Fire Engine Red #DC101D
RGB
CMYK
RGB Variations
Color information
#DC101D (or 0xDC101D) is known color: Fire Engine Red. HEX triplet: DC, 10 and 1D. RGB value is (220,16,29). Sum of RGB (Red+Green+Blue) = 220+16+29=265 (35% of max value = 765). Red value is 220 (86.33% from 255 or 83.02% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 220 - color contains mainly: red. Hex color #DC101D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC101D is #23EFE2. Grayscale: #4E4E4E. Windows color (decimal): -2355171 or 1904860. OLE color: 1904860.
HSL color Cylindrical-coordinate representation of color #DC101D: hue angle of 356.18º 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 #DC101D is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 29 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.14 |
| HSL | 356.18º | 0.86% | 0.46% | - |
| HSV(B) | 356.18º | 0.93% | 0.86% | - |
| XYZ | 29.92 | 15.67 | 2.61 | - |
| YUV | 78.48 | 100.09 | 228.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 29 | 0 | 0.93 | 0.87 | 0.14 | 356.18 | 0.86 | 0.46 |
| Hex | DC | 10 | 1D | 0 | 5D | 57 | E | 164 | 56 | 2E |
| Octal | 334 | 20 | 35 | 0 | 135 | 127 | 16 | 544 | 126 | 56 |
| Binary | 11011100 | 10000 | 11101 | 0 | 1011101 | 1010111 | 1110 | 101100100 | 1010110 | 101110 |
Color Harmonies of #DC101D
Complementary color
Monochromatic Colors of #DC101D
Black with #DC101D
Text Example
Text Example
White with #DC101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC101D; }
p { color: rgb(220,16,29); }
H1.HeaderClassName
{
color: #DC101D;
}
.AnyTagClassName
{
color: #DC101D;
}
</style>
background-color css
<style>
a { background-color: #DC101D; }
a { background-color: rgb(220,16,29); }
div.DivClassName
{
background-color: #DC101D;
}
.BgClassName
{
background-color: #DC101D;
}
</style>
border-color css
<style>
span { border-color: #DC101D; }
span { border-color: rgb(220,16,29); }
td.TdClassName
{
border-color: #DC101D;
}
.TagClassName
{
border-color: #DC101D;
}
</style>