Shades of Chilean Fire #D65339
Tints of Chilean Fire #D65339
RGB
CMYK
RGB Variations
Color information
#D65339 (or 0xD65339) is known color: Chilean Fire. HEX triplet: D6, 53 and 39. RGB value is (214,83,57). Sum of RGB (Red+Green+Blue) = 214+83+57=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 57 (22.66% from 255 or 16.10% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D65339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65339 is #29ACC6. Grayscale: #777777. Windows color (decimal): -2731207 or 3757014. OLE color: 3757014.
HSL color Cylindrical-coordinate representation of color #D65339: hue angle of 9.94º 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 #D65339 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 57 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.16 |
| HSL | 9.94º | 0.66% | 0.53% | - |
| HSV(B) | 9.94º | 0.73% | 0.84% | - |
| XYZ | 31.56 | 20.78 | 6.22 | - |
| YUV | 119.21 | 92.9 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 57 | 0 | 0.61 | 0.73 | 0.16 | 9.94 | 0.66 | 0.53 |
| Hex | D6 | 53 | 39 | 0 | 3D | 49 | 10 | A | 42 | 35 |
| Octal | 326 | 123 | 71 | 0 | 75 | 111 | 20 | 12 | 102 | 65 |
| Binary | 11010110 | 1010011 | 111001 | 0 | 111101 | 1001001 | 10000 | 1010 | 1000010 | 110101 |
Color Harmonies of #D65339
Complementary color
Monochromatic Colors of #D65339
Black with #D65339
Text Example
Text Example
White with #D65339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65339; }
p { color: rgb(214,83,57); }
H1.HeaderClassName
{
color: #D65339;
}
.AnyTagClassName
{
color: #D65339;
}
</style>
background-color css
<style>
a { background-color: #D65339; }
a { background-color: rgb(214,83,57); }
div.DivClassName
{
background-color: #D65339;
}
.BgClassName
{
background-color: #D65339;
}
</style>
border-color css
<style>
span { border-color: #D65339; }
span { border-color: rgb(214,83,57); }
td.TdClassName
{
border-color: #D65339;
}
.TagClassName
{
border-color: #D65339;
}
</style>