Shades of Chilean Fire #D65938
Tints of Chilean Fire #D65938
RGB
CMYK
RGB Variations
Color information
#D65938 (or 0xD65938) is known color: Chilean Fire. HEX triplet: D6, 59 and 38. RGB value is (214,89,56). Sum of RGB (Red+Green+Blue) = 214+89+56=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D65938 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65938 is #29A6C7. Grayscale: #7A7A7A. Windows color (decimal): -2729672 or 3693014. OLE color: 3693014.
HSL color Cylindrical-coordinate representation of color #D65938: hue angle of 12.53º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D65938 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 56 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.16 |
| HSL | 12.53º | 0.66% | 0.53% | - |
| HSV(B) | 12.53º | 0.74% | 0.84% | - |
| XYZ | 32.02 | 21.73 | 6.25 | - |
| YUV | 122.61 | 90.41 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 56 | 0 | 0.58 | 0.74 | 0.16 | 12.53 | 0.66 | 0.53 |
| Hex | D6 | 59 | 38 | 0 | 3A | 4A | 10 | D | 42 | 35 |
| Octal | 326 | 131 | 70 | 0 | 72 | 112 | 20 | 15 | 102 | 65 |
| Binary | 11010110 | 1011001 | 111000 | 0 | 111010 | 1001010 | 10000 | 1101 | 1000010 | 110101 |
Color Harmonies of #D65938
Complementary color
Monochromatic Colors of #D65938
Black with #D65938
Text Example
Text Example
White with #D65938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65938; }
p { color: rgb(214,89,56); }
H1.HeaderClassName
{
color: #D65938;
}
.AnyTagClassName
{
color: #D65938;
}
</style>
background-color css
<style>
a { background-color: #D65938; }
a { background-color: rgb(214,89,56); }
div.DivClassName
{
background-color: #D65938;
}
.BgClassName
{
background-color: #D65938;
}
</style>
border-color css
<style>
span { border-color: #D65938; }
span { border-color: rgb(214,89,56); }
td.TdClassName
{
border-color: #D65938;
}
.TagClassName
{
border-color: #D65938;
}
</style>