Shades of Chilean Fire #D7532F
Tints of Chilean Fire #D7532F
RGB
CMYK
RGB Variations
Color information
#D7532F (or 0xD7532F) is known color: Chilean Fire. HEX triplet: D7, 53 and 2F. RGB value is (215,83,47). Sum of RGB (Red+Green+Blue) = 215+83+47=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D7532F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7532F is #28ACD0. Grayscale: #767676. Windows color (decimal): -2665681 or 3101655. OLE color: 3101655.
HSL color Cylindrical-coordinate representation of color #D7532F: hue angle of 12.86º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7532F is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 47 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.16 |
| HSL | 12.86º | 0.68% | 0.51% | - |
| HSV(B) | 12.86º | 0.78% | 0.84% | - |
| XYZ | 31.63 | 20.84 | 5.04 | - |
| YUV | 118.36 | 87.73 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 47 | 0 | 0.61 | 0.78 | 0.16 | 12.86 | 0.68 | 0.51 |
| Hex | D7 | 53 | 2F | 0 | 3D | 4E | 10 | D | 44 | 33 |
| Octal | 327 | 123 | 57 | 0 | 75 | 116 | 20 | 15 | 104 | 63 |
| Binary | 11010111 | 1010011 | 101111 | 0 | 111101 | 1001110 | 10000 | 1101 | 1000100 | 110011 |
Color Harmonies of #D7532F
Complementary color
Monochromatic Colors of #D7532F
Black with #D7532F
Text Example
Text Example
White with #D7532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7532F; }
p { color: rgb(215,83,47); }
H1.HeaderClassName
{
color: #D7532F;
}
.AnyTagClassName
{
color: #D7532F;
}
</style>
background-color css
<style>
a { background-color: #D7532F; }
a { background-color: rgb(215,83,47); }
div.DivClassName
{
background-color: #D7532F;
}
.BgClassName
{
background-color: #D7532F;
}
</style>
border-color css
<style>
span { border-color: #D7532F; }
span { border-color: rgb(215,83,47); }
td.TdClassName
{
border-color: #D7532F;
}
.TagClassName
{
border-color: #D7532F;
}
</style>