Shades of Fire Engine Red #DC1629
Tints of Fire Engine Red #DC1629
RGB
CMYK
RGB Variations
Color information
#DC1629 (or 0xDC1629) is known color: Fire Engine Red. HEX triplet: DC, 16 and 29. RGB value is (220,22,41). Sum of RGB (Red+Green+Blue) = 220+22+41=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1629 is #23E9D6. Grayscale: #535353. Windows color (decimal): -2353623 or 2692828. OLE color: 2692828.
HSL color Cylindrical-coordinate representation of color #DC1629: hue angle of 354.24º degrees, saturation: 0.82, 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 #DC1629 is Cyan = 0, Magento = 0.9, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 41 | - |
| CMYK | 0 | 0.9 | 0.81 | 0.14 |
| HSL | 354.24º | 0.82% | 0.47% | - |
| HSV(B) | 354.24º | 0.9% | 0.86% | - |
| XYZ | 30.2 | 15.95 | 3.58 | - |
| YUV | 83.37 | 104.1 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 41 | 0 | 0.9 | 0.81 | 0.14 | 354.24 | 0.82 | 0.47 |
| Hex | DC | 16 | 29 | 0 | 5A | 51 | E | 162 | 52 | 2F |
| Octal | 334 | 26 | 51 | 0 | 132 | 121 | 16 | 542 | 122 | 57 |
| Binary | 11011100 | 10110 | 101001 | 0 | 1011010 | 1010001 | 1110 | 101100010 | 1010010 | 101111 |
Color Harmonies of #DC1629
Complementary color
Monochromatic Colors of #DC1629
Black with #DC1629
Text Example
Text Example
White with #DC1629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1629; }
p { color: rgb(220,22,41); }
H1.HeaderClassName
{
color: #DC1629;
}
.AnyTagClassName
{
color: #DC1629;
}
</style>
background-color css
<style>
a { background-color: #DC1629; }
a { background-color: rgb(220,22,41); }
div.DivClassName
{
background-color: #DC1629;
}
.BgClassName
{
background-color: #DC1629;
}
</style>
border-color css
<style>
span { border-color: #DC1629; }
span { border-color: rgb(220,22,41); }
td.TdClassName
{
border-color: #DC1629;
}
.TagClassName
{
border-color: #DC1629;
}
</style>