Shades of Chilean Fire #DF5B30
Tints of Chilean Fire #DF5B30
RGB
CMYK
RGB Variations
Color information
#DF5B30 (or 0xDF5B30) is known color: Chilean Fire. HEX triplet: DF, 5B and 30. RGB value is (223,91,48). Sum of RGB (Red+Green+Blue) = 223+91+48=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5B30 is #20A4CF. Grayscale: #7D7D7D. Windows color (decimal): -2139344 or 3169247. OLE color: 3169247.
HSL color Cylindrical-coordinate representation of color #DF5B30: hue angle of 14.74º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF5B30 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 91 | 48 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.13 |
| HSL | 14.74º | 0.73% | 0.53% | - |
| HSV(B) | 14.74º | 0.78% | 0.87% | - |
| XYZ | 34.71 | 23.38 | 5.48 | - |
| YUV | 125.57 | 84.23 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 91 | 48 | 0 | 0.59 | 0.78 | 0.13 | 14.74 | 0.73 | 0.53 |
| Hex | DF | 5B | 30 | 0 | 3B | 4E | D | F | 49 | 35 |
| Octal | 337 | 133 | 60 | 0 | 73 | 116 | 15 | 17 | 111 | 65 |
| Binary | 11011111 | 1011011 | 110000 | 0 | 111011 | 1001110 | 1101 | 1111 | 1001001 | 110101 |
Color Harmonies of #DF5B30
Complementary color
Monochromatic Colors of #DF5B30
Black with #DF5B30
Text Example
Text Example
White with #DF5B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5B30; }
p { color: rgb(223,91,48); }
H1.HeaderClassName
{
color: #DF5B30;
}
.AnyTagClassName
{
color: #DF5B30;
}
</style>
background-color css
<style>
a { background-color: #DF5B30; }
a { background-color: rgb(223,91,48); }
div.DivClassName
{
background-color: #DF5B30;
}
.BgClassName
{
background-color: #DF5B30;
}
</style>
border-color css
<style>
span { border-color: #DF5B30; }
span { border-color: rgb(223,91,48); }
td.TdClassName
{
border-color: #DF5B30;
}
.TagClassName
{
border-color: #DF5B30;
}
</style>