Shades of Chilean Fire #DC583C
Tints of Chilean Fire #DC583C
RGB
CMYK
RGB Variations
Color information
#DC583C (or 0xDC583C) is known color: Chilean Fire. HEX triplet: DC, 58 and 3C. RGB value is (220,88,60). Sum of RGB (Red+Green+Blue) = 220+88+60=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC583C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC583C is #23A7C3. Grayscale: #7C7C7C. Windows color (decimal): -2336708 or 3954908. OLE color: 3954908.
HSL color Cylindrical-coordinate representation of color #DC583C: hue angle of 10.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC583C is Cyan = 0, Magento = 0.6, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 60 | - |
| CMYK | 0 | 0.6 | 0.73 | 0.14 |
| HSL | 10.5º | 0.7% | 0.55% | - |
| HSV(B) | 10.5º | 0.73% | 0.86% | - |
| XYZ | 33.82 | 22.52 | 6.84 | - |
| YUV | 124.28 | 91.73 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 60 | 0 | 0.6 | 0.73 | 0.14 | 10.5 | 0.7 | 0.55 |
| Hex | DC | 58 | 3C | 0 | 3C | 49 | E | A | 46 | 37 |
| Octal | 334 | 130 | 74 | 0 | 74 | 111 | 16 | 12 | 106 | 67 |
| Binary | 11011100 | 1011000 | 111100 | 0 | 111100 | 1001001 | 1110 | 1010 | 1000110 | 110111 |
Color Harmonies of #DC583C
Complementary color
Monochromatic Colors of #DC583C
Black with #DC583C
Text Example
Text Example
White with #DC583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC583C; }
p { color: rgb(220,88,60); }
H1.HeaderClassName
{
color: #DC583C;
}
.AnyTagClassName
{
color: #DC583C;
}
</style>
background-color css
<style>
a { background-color: #DC583C; }
a { background-color: rgb(220,88,60); }
div.DivClassName
{
background-color: #DC583C;
}
.BgClassName
{
background-color: #DC583C;
}
</style>
border-color css
<style>
span { border-color: #DC583C; }
span { border-color: rgb(220,88,60); }
td.TdClassName
{
border-color: #DC583C;
}
.TagClassName
{
border-color: #DC583C;
}
</style>