Shades of Chilean Fire #D7602C
Tints of Chilean Fire #D7602C
RGB
CMYK
RGB Variations
Color information
#D7602C (or 0xD7602C) is known color: Chilean Fire. HEX triplet: D7, 60 and 2C. RGB value is (215,96,44). Sum of RGB (Red+Green+Blue) = 215+96+44=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D7602C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7602C is #289FD3. Grayscale: #7D7D7D. Windows color (decimal): -2662356 or 2908375. OLE color: 2908375.
HSL color Cylindrical-coordinate representation of color #D7602C: hue angle of 18.25º 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 #D7602C is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 44 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.16 |
| HSL | 18.25º | 0.68% | 0.51% | - |
| HSV(B) | 18.25º | 0.8% | 0.84% | - |
| XYZ | 32.66 | 22.99 | 5.1 | - |
| YUV | 125.65 | 81.92 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 44 | 0 | 0.55 | 0.80 | 0.16 | 18.25 | 0.68 | 0.51 |
| Hex | D7 | 60 | 2C | 0 | 37 | 50 | 10 | 12 | 44 | 33 |
| Octal | 327 | 140 | 54 | 0 | 67 | 120 | 20 | 22 | 104 | 63 |
| Binary | 11010111 | 1100000 | 101100 | 0 | 110111 | 1010000 | 10000 | 10010 | 1000100 | 110011 |
Color Harmonies of #D7602C
Complementary color
Monochromatic Colors of #D7602C
Black with #D7602C
Text Example
Text Example
White with #D7602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7602C; }
p { color: rgb(215,96,44); }
H1.HeaderClassName
{
color: #D7602C;
}
.AnyTagClassName
{
color: #D7602C;
}
</style>
background-color css
<style>
a { background-color: #D7602C; }
a { background-color: rgb(215,96,44); }
div.DivClassName
{
background-color: #D7602C;
}
.BgClassName
{
background-color: #D7602C;
}
</style>
border-color css
<style>
span { border-color: #D7602C; }
span { border-color: rgb(215,96,44); }
td.TdClassName
{
border-color: #D7602C;
}
.TagClassName
{
border-color: #D7602C;
}
</style>