Shades of Chilean Fire #D66239
Tints of Chilean Fire #D66239
RGB
CMYK
RGB Variations
Color information
#D66239 (or 0xD66239) is known color: Chilean Fire. HEX triplet: D6, 62 and 39. RGB value is (214,98,57). Sum of RGB (Red+Green+Blue) = 214+98+57=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 57 (22.66% from 255 or 15.45% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D66239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66239 is #299DC6. Grayscale: #808080. Windows color (decimal): -2727367 or 3760854. OLE color: 3760854.
HSL color Cylindrical-coordinate representation of color #D66239: hue angle of 15.67º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D66239 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 98 | 57 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.16 |
| HSL | 15.67º | 0.66% | 0.53% | - |
| HSV(B) | 15.67º | 0.73% | 0.84% | - |
| XYZ | 32.84 | 23.33 | 6.64 | - |
| YUV | 128.01 | 87.93 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 57 | 0 | 0.54 | 0.73 | 0.16 | 15.67 | 0.66 | 0.53 |
| Hex | D6 | 62 | 39 | 0 | 36 | 49 | 10 | 10 | 42 | 35 |
| Octal | 326 | 142 | 71 | 0 | 66 | 111 | 20 | 20 | 102 | 65 |
| Binary | 11010110 | 1100010 | 111001 | 0 | 110110 | 1001001 | 10000 | 10000 | 1000010 | 110101 |
Color Harmonies of #D66239
Complementary color
Monochromatic Colors of #D66239
Black with #D66239
Text Example
Text Example
White with #D66239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66239; }
p { color: rgb(214,98,57); }
H1.HeaderClassName
{
color: #D66239;
}
.AnyTagClassName
{
color: #D66239;
}
</style>
background-color css
<style>
a { background-color: #D66239; }
a { background-color: rgb(214,98,57); }
div.DivClassName
{
background-color: #D66239;
}
.BgClassName
{
background-color: #D66239;
}
</style>
border-color css
<style>
span { border-color: #D66239; }
span { border-color: rgb(214,98,57); }
td.TdClassName
{
border-color: #D66239;
}
.TagClassName
{
border-color: #D66239;
}
</style>