Shades of Chilean Fire #DF583A
Tints of Chilean Fire #DF583A
RGB
CMYK
RGB Variations
Color information
#DF583A (or 0xDF583A) is known color: Chilean Fire. HEX triplet: DF, 58 and 3A. RGB value is (223,88,58). Sum of RGB (Red+Green+Blue) = 223+88+58=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF583A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF583A is #20A7C5. Grayscale: #7D7D7D. Windows color (decimal): -2140102 or 3823839. OLE color: 3823839.
HSL color Cylindrical-coordinate representation of color #DF583A: hue angle of 10.91º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF583A is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 58 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.13 |
| HSL | 10.91º | 0.72% | 0.55% | - |
| HSV(B) | 10.91º | 0.74% | 0.87% | - |
| XYZ | 34.68 | 22.97 | 6.61 | - |
| YUV | 124.95 | 90.23 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 58 | 0 | 0.61 | 0.74 | 0.13 | 10.91 | 0.72 | 0.55 |
| Hex | DF | 58 | 3A | 0 | 3D | 4A | D | B | 48 | 37 |
| Octal | 337 | 130 | 72 | 0 | 75 | 112 | 15 | 13 | 110 | 67 |
| Binary | 11011111 | 1011000 | 111010 | 0 | 111101 | 1001010 | 1101 | 1011 | 1001000 | 110111 |
Color Harmonies of #DF583A
Complementary color
Monochromatic Colors of #DF583A
Black with #DF583A
Text Example
Text Example
White with #DF583A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF583A; }
p { color: rgb(223,88,58); }
H1.HeaderClassName
{
color: #DF583A;
}
.AnyTagClassName
{
color: #DF583A;
}
</style>
background-color css
<style>
a { background-color: #DF583A; }
a { background-color: rgb(223,88,58); }
div.DivClassName
{
background-color: #DF583A;
}
.BgClassName
{
background-color: #DF583A;
}
</style>
border-color css
<style>
span { border-color: #DF583A; }
span { border-color: rgb(223,88,58); }
td.TdClassName
{
border-color: #DF583A;
}
.TagClassName
{
border-color: #DF583A;
}
</style>