Shades of Chilean Fire #D7602D
Tints of Chilean Fire #D7602D
RGB
CMYK
RGB Variations
Color information
#D7602D (or 0xD7602D) is known color: Chilean Fire. HEX triplet: D7, 60 and 2D. RGB value is (215,96,45). Sum of RGB (Red+Green+Blue) = 215+96+45=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D7602D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7602D is #289FD2. Grayscale: #7E7E7E. Windows color (decimal): -2662355 or 2973911. OLE color: 2973911.
HSL color Cylindrical-coordinate representation of color #D7602D: hue angle of 18º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7602D is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 45 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.16 |
| HSL | 18º | 0.68% | 0.51% | - |
| HSV(B) | 18º | 0.79% | 0.84% | - |
| XYZ | 32.68 | 23 | 5.2 | - |
| YUV | 125.77 | 82.42 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 45 | 0 | 0.55 | 0.79 | 0.16 | 18 | 0.68 | 0.51 |
| Hex | D7 | 60 | 2D | 0 | 37 | 4F | 10 | 12 | 44 | 33 |
| Octal | 327 | 140 | 55 | 0 | 67 | 117 | 20 | 22 | 104 | 63 |
| Binary | 11010111 | 1100000 | 101101 | 0 | 110111 | 1001111 | 10000 | 10010 | 1000100 | 110011 |
Color Harmonies of #D7602D
Complementary color
Monochromatic Colors of #D7602D
Black with #D7602D
Text Example
Text Example
White with #D7602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7602D; }
p { color: rgb(215,96,45); }
H1.HeaderClassName
{
color: #D7602D;
}
.AnyTagClassName
{
color: #D7602D;
}
</style>
background-color css
<style>
a { background-color: #D7602D; }
a { background-color: rgb(215,96,45); }
div.DivClassName
{
background-color: #D7602D;
}
.BgClassName
{
background-color: #D7602D;
}
</style>
border-color css
<style>
span { border-color: #D7602D; }
span { border-color: rgb(215,96,45); }
td.TdClassName
{
border-color: #D7602D;
}
.TagClassName
{
border-color: #D7602D;
}
</style>