Shades of Chilean Fire #DC5125
Tints of Chilean Fire #DC5125
RGB
CMYK
RGB Variations
Color information
#DC5125 (or 0xDC5125) is known color: Chilean Fire. HEX triplet: DC, 51 and 25. RGB value is (220,81,37). Sum of RGB (Red+Green+Blue) = 220+81+37=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5125 is #23AEDA. Grayscale: #757575. Windows color (decimal): -2338523 or 2445788. OLE color: 2445788.
HSL color Cylindrical-coordinate representation of color #DC5125: hue angle of 14.43º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC5125 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 37 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.14 |
| HSL | 14.43º | 0.72% | 0.5% | - |
| HSV(B) | 14.43º | 0.83% | 0.86% | - |
| XYZ | 32.79 | 21.23 | 4.12 | - |
| YUV | 117.55 | 82.55 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 37 | 0 | 0.63 | 0.83 | 0.14 | 14.43 | 0.72 | 0.5 |
| Hex | DC | 51 | 25 | 0 | 3F | 53 | E | E | 48 | 32 |
| Octal | 334 | 121 | 45 | 0 | 77 | 123 | 16 | 16 | 110 | 62 |
| Binary | 11011100 | 1010001 | 100101 | 0 | 111111 | 1010011 | 1110 | 1110 | 1001000 | 110010 |
Color Harmonies of #DC5125
Complementary color
Monochromatic Colors of #DC5125
Black with #DC5125
Text Example
Text Example
White with #DC5125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5125; }
p { color: rgb(220,81,37); }
H1.HeaderClassName
{
color: #DC5125;
}
.AnyTagClassName
{
color: #DC5125;
}
</style>
background-color css
<style>
a { background-color: #DC5125; }
a { background-color: rgb(220,81,37); }
div.DivClassName
{
background-color: #DC5125;
}
.BgClassName
{
background-color: #DC5125;
}
</style>
border-color css
<style>
span { border-color: #DC5125; }
span { border-color: rgb(220,81,37); }
td.TdClassName
{
border-color: #DC5125;
}
.TagClassName
{
border-color: #DC5125;
}
</style>