Shades of Fire Engine Red #DC172A
Tints of Fire Engine Red #DC172A
RGB
CMYK
RGB Variations
Color information
#DC172A (or 0xDC172A) is known color: Fire Engine Red. HEX triplet: DC, 17 and 2A. RGB value is (220,23,42). Sum of RGB (Red+Green+Blue) = 220+23+42=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC172A is #23E8D5. Grayscale: #545454. Windows color (decimal): -2353366 or 2758620. OLE color: 2758620.
HSL color Cylindrical-coordinate representation of color #DC172A: hue angle of 354.21º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC172A is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 42 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.14 |
| HSL | 354.21º | 0.81% | 0.48% | - |
| HSV(B) | 354.21º | 0.9% | 0.86% | - |
| XYZ | 30.24 | 16 | 3.68 | - |
| YUV | 84.07 | 104.27 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 42 | 0 | 0.90 | 0.81 | 0.14 | 354.21 | 0.81 | 0.48 |
| Hex | DC | 17 | 2A | 0 | 5A | 51 | E | 162 | 51 | 30 |
| Octal | 334 | 27 | 52 | 0 | 132 | 121 | 16 | 542 | 121 | 60 |
| Binary | 11011100 | 10111 | 101010 | 0 | 1011010 | 1010001 | 1110 | 101100010 | 1010001 | 110000 |
Color Harmonies of #DC172A
Complementary color
Monochromatic Colors of #DC172A
Black with #DC172A
Text Example
Text Example
White with #DC172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC172A; }
p { color: rgb(220,23,42); }
H1.HeaderClassName
{
color: #DC172A;
}
.AnyTagClassName
{
color: #DC172A;
}
</style>
background-color css
<style>
a { background-color: #DC172A; }
a { background-color: rgb(220,23,42); }
div.DivClassName
{
background-color: #DC172A;
}
.BgClassName
{
background-color: #DC172A;
}
</style>
border-color css
<style>
span { border-color: #DC172A; }
span { border-color: rgb(220,23,42); }
td.TdClassName
{
border-color: #DC172A;
}
.TagClassName
{
border-color: #DC172A;
}
</style>