Shades of Fire Engine Red #DC061E
Tints of Fire Engine Red #DC061E
RGB
CMYK
RGB Variations
Color information
#DC061E (or 0xDC061E) is known color: Fire Engine Red. HEX triplet: DC, 06 and 1E. RGB value is (220,6,30). Sum of RGB (Red+Green+Blue) = 220+6+30=256 (33% of max value = 765). Red value is 220 (86.33% from 255 or 85.94% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 220 - color contains mainly: red. Hex color #DC061E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC061E is #23F9E1. Grayscale: #484848. Windows color (decimal): -2357730 or 1967836. OLE color: 1967836.
HSL color Cylindrical-coordinate representation of color #DC061E: hue angle of 353.27º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC061E is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 30 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.14 |
| HSL | 353.27º | 0.95% | 0.44% | - |
| HSV(B) | 353.27º | 0.97% | 0.86% | - |
| XYZ | 29.81 | 15.44 | 2.64 | - |
| YUV | 72.72 | 103.9 | 233.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 30 | 0 | 0.97 | 0.86 | 0.14 | 353.27 | 0.95 | 0.44 |
| Hex | DC | 6 | 1E | 0 | 61 | 56 | E | 161 | 5F | 2C |
| Octal | 334 | 6 | 36 | 0 | 141 | 126 | 16 | 541 | 137 | 54 |
| Binary | 11011100 | 110 | 11110 | 0 | 1100001 | 1010110 | 1110 | 101100001 | 1011111 | 101100 |
Color Harmonies of #DC061E
Complementary color
Monochromatic Colors of #DC061E
Black with #DC061E
Text Example
Text Example
White with #DC061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC061E; }
p { color: rgb(220,6,30); }
H1.HeaderClassName
{
color: #DC061E;
}
.AnyTagClassName
{
color: #DC061E;
}
</style>
background-color css
<style>
a { background-color: #DC061E; }
a { background-color: rgb(220,6,30); }
div.DivClassName
{
background-color: #DC061E;
}
.BgClassName
{
background-color: #DC061E;
}
</style>
border-color css
<style>
span { border-color: #DC061E; }
span { border-color: rgb(220,6,30); }
td.TdClassName
{
border-color: #DC061E;
}
.TagClassName
{
border-color: #DC061E;
}
</style>