Shades of Chilean Fire #D75336
Tints of Chilean Fire #D75336
RGB
CMYK
RGB Variations
Color information
#D75336 (or 0xD75336) is known color: Chilean Fire. HEX triplet: D7, 53 and 36. RGB value is (215,83,54). Sum of RGB (Red+Green+Blue) = 215+83+54=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D75336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75336 is #28ACC9. Grayscale: #777777. Windows color (decimal): -2665674 or 3560407. OLE color: 3560407.
HSL color Cylindrical-coordinate representation of color #D75336: hue angle of 10.81º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D75336 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 54 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.16 |
| HSL | 10.81º | 0.67% | 0.53% | - |
| HSV(B) | 10.81º | 0.75% | 0.84% | - |
| XYZ | 31.78 | 20.9 | 5.85 | - |
| YUV | 119.16 | 91.23 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 54 | 0 | 0.61 | 0.75 | 0.16 | 10.81 | 0.67 | 0.53 |
| Hex | D7 | 53 | 36 | 0 | 3D | 4B | 10 | B | 43 | 35 |
| Octal | 327 | 123 | 66 | 0 | 75 | 113 | 20 | 13 | 103 | 65 |
| Binary | 11010111 | 1010011 | 110110 | 0 | 111101 | 1001011 | 10000 | 1011 | 1000011 | 110101 |
Color Harmonies of #D75336
Complementary color
Monochromatic Colors of #D75336
Black with #D75336
Text Example
Text Example
White with #D75336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75336; }
p { color: rgb(215,83,54); }
H1.HeaderClassName
{
color: #D75336;
}
.AnyTagClassName
{
color: #D75336;
}
</style>
background-color css
<style>
a { background-color: #D75336; }
a { background-color: rgb(215,83,54); }
div.DivClassName
{
background-color: #D75336;
}
.BgClassName
{
background-color: #D75336;
}
</style>
border-color css
<style>
span { border-color: #D75336; }
span { border-color: rgb(215,83,54); }
td.TdClassName
{
border-color: #D75336;
}
.TagClassName
{
border-color: #D75336;
}
</style>