Shades of Fire Engine Red #DC0622
Tints of Fire Engine Red #DC0622
RGB
CMYK
RGB Variations
Color information
#DC0622 (or 0xDC0622) is known color: Fire Engine Red. HEX triplet: DC, 06 and 22. RGB value is (220,6,34). Sum of RGB (Red+Green+Blue) = 220+6+34=260 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.62% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0622 is #23F9DD. Grayscale: #494949. Windows color (decimal): -2357726 or 2229980. OLE color: 2229980.
HSL color Cylindrical-coordinate representation of color #DC0622: hue angle of 352.15º 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 #DC0622 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 34 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.14 |
| HSL | 352.15º | 0.95% | 0.44% | - |
| HSV(B) | 352.15º | 0.97% | 0.86% | - |
| XYZ | 29.87 | 15.46 | 2.92 | - |
| YUV | 73.18 | 105.9 | 232.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 34 | 0 | 0.97 | 0.85 | 0.14 | 352.15 | 0.95 | 0.44 |
| Hex | DC | 6 | 22 | 0 | 61 | 55 | E | 160 | 5F | 2C |
| Octal | 334 | 6 | 42 | 0 | 141 | 125 | 16 | 540 | 137 | 54 |
| Binary | 11011100 | 110 | 100010 | 0 | 1100001 | 1010101 | 1110 | 101100000 | 1011111 | 101100 |
Color Harmonies of #DC0622
Complementary color
Monochromatic Colors of #DC0622
Black with #DC0622
Text Example
Text Example
White with #DC0622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0622; }
p { color: rgb(220,6,34); }
H1.HeaderClassName
{
color: #DC0622;
}
.AnyTagClassName
{
color: #DC0622;
}
</style>
background-color css
<style>
a { background-color: #DC0622; }
a { background-color: rgb(220,6,34); }
div.DivClassName
{
background-color: #DC0622;
}
.BgClassName
{
background-color: #DC0622;
}
</style>
border-color css
<style>
span { border-color: #DC0622; }
span { border-color: rgb(220,6,34); }
td.TdClassName
{
border-color: #DC0622;
}
.TagClassName
{
border-color: #DC0622;
}
</style>