Shades of Chilean Fire #D75937
Tints of Chilean Fire #D75937
RGB
CMYK
RGB Variations
Color information
#D75937 (or 0xD75937) is known color: Chilean Fire. HEX triplet: D7, 59 and 37. RGB value is (215,89,55). Sum of RGB (Red+Green+Blue) = 215+89+55=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 55 (21.88% from 255 or 15.32% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D75937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75937 is #28A6C8. Grayscale: #7B7B7B. Windows color (decimal): -2664137 or 3627479. OLE color: 3627479.
HSL color Cylindrical-coordinate representation of color #D75937: hue angle of 12.75º degrees, saturation: 0.67, 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 #D75937 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 89 | 55 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.16 |
| HSL | 12.75º | 0.67% | 0.53% | - |
| HSV(B) | 12.75º | 0.74% | 0.84% | - |
| XYZ | 32.29 | 21.87 | 6.13 | - |
| YUV | 122.8 | 89.74 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 55 | 0 | 0.59 | 0.74 | 0.16 | 12.75 | 0.67 | 0.53 |
| Hex | D7 | 59 | 37 | 0 | 3B | 4A | 10 | D | 43 | 35 |
| Octal | 327 | 131 | 67 | 0 | 73 | 112 | 20 | 15 | 103 | 65 |
| Binary | 11010111 | 1011001 | 110111 | 0 | 111011 | 1001010 | 10000 | 1101 | 1000011 | 110101 |
Color Harmonies of #D75937
Complementary color
Monochromatic Colors of #D75937
Black with #D75937
Text Example
Text Example
White with #D75937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75937; }
p { color: rgb(215,89,55); }
H1.HeaderClassName
{
color: #D75937;
}
.AnyTagClassName
{
color: #D75937;
}
</style>
background-color css
<style>
a { background-color: #D75937; }
a { background-color: rgb(215,89,55); }
div.DivClassName
{
background-color: #D75937;
}
.BgClassName
{
background-color: #D75937;
}
</style>
border-color css
<style>
span { border-color: #D75937; }
span { border-color: rgb(215,89,55); }
td.TdClassName
{
border-color: #D75937;
}
.TagClassName
{
border-color: #D75937;
}
</style>