Shades of Chilean Fire #D7562B
Tints of Chilean Fire #D7562B
RGB
CMYK
RGB Variations
Color information
#D7562B (or 0xD7562B) is known color: Chilean Fire. HEX triplet: D7, 56 and 2B. RGB value is (215,86,43). Sum of RGB (Red+Green+Blue) = 215+86+43=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D7562B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7562B is #28A9D4. Grayscale: #777777. Windows color (decimal): -2664917 or 2840279. OLE color: 2840279.
HSL color Cylindrical-coordinate representation of color #D7562B: hue angle of 15º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7562B is Cyan = 0, Magento = 0.6, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 86 | 43 | - |
| CMYK | 0 | 0.6 | 0.8 | 0.16 |
| HSL | 15º | 0.68% | 0.51% | - |
| HSV(B) | 15º | 0.8% | 0.84% | - |
| XYZ | 31.79 | 21.28 | 4.72 | - |
| YUV | 119.67 | 84.74 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 86 | 43 | 0 | 0.6 | 0.8 | 0.16 | 15 | 0.68 | 0.51 |
| Hex | D7 | 56 | 2B | 0 | 3C | 50 | 10 | F | 44 | 33 |
| Octal | 327 | 126 | 53 | 0 | 74 | 120 | 20 | 17 | 104 | 63 |
| Binary | 11010111 | 1010110 | 101011 | 0 | 111100 | 1010000 | 10000 | 1111 | 1000100 | 110011 |
Color Harmonies of #D7562B
Complementary color
Monochromatic Colors of #D7562B
Black with #D7562B
Text Example
Text Example
White with #D7562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7562B; }
p { color: rgb(215,86,43); }
H1.HeaderClassName
{
color: #D7562B;
}
.AnyTagClassName
{
color: #D7562B;
}
</style>
background-color css
<style>
a { background-color: #D7562B; }
a { background-color: rgb(215,86,43); }
div.DivClassName
{
background-color: #D7562B;
}
.BgClassName
{
background-color: #D7562B;
}
</style>
border-color css
<style>
span { border-color: #D7562B; }
span { border-color: rgb(215,86,43); }
td.TdClassName
{
border-color: #D7562B;
}
.TagClassName
{
border-color: #D7562B;
}
</style>