Shades of Chilean Fire #D7501E
Tints of Chilean Fire #D7501E
RGB
CMYK
RGB Variations
Color information
#D7501E (or 0xD7501E) is known color: Chilean Fire. HEX triplet: D7, 50 and 1E. RGB value is (215,80,30). Sum of RGB (Red+Green+Blue) = 215+80+30=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D7501E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7501E is #28AFE1. Grayscale: #727272. Windows color (decimal): -2666466 or 1986775. OLE color: 1986775.
HSL color Cylindrical-coordinate representation of color #D7501E: hue angle of 16.22º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D7501E is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 30 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.16 |
| HSL | 16.22º | 0.76% | 0.48% | - |
| HSV(B) | 16.22º | 0.86% | 0.84% | - |
| XYZ | 31.13 | 20.28 | 3.5 | - |
| YUV | 114.67 | 80.23 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 30 | 0 | 0.63 | 0.86 | 0.16 | 16.22 | 0.76 | 0.48 |
| Hex | D7 | 50 | 1E | 0 | 3F | 56 | 10 | 10 | 4C | 30 |
| Octal | 327 | 120 | 36 | 0 | 77 | 126 | 20 | 20 | 114 | 60 |
| Binary | 11010111 | 1010000 | 11110 | 0 | 111111 | 1010110 | 10000 | 10000 | 1001100 | 110000 |
Color Harmonies of #D7501E
Complementary color
Monochromatic Colors of #D7501E
Black with #D7501E
Text Example
Text Example
White with #D7501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7501E; }
p { color: rgb(215,80,30); }
H1.HeaderClassName
{
color: #D7501E;
}
.AnyTagClassName
{
color: #D7501E;
}
</style>
background-color css
<style>
a { background-color: #D7501E; }
a { background-color: rgb(215,80,30); }
div.DivClassName
{
background-color: #D7501E;
}
.BgClassName
{
background-color: #D7501E;
}
</style>
border-color css
<style>
span { border-color: #D7501E; }
span { border-color: rgb(215,80,30); }
td.TdClassName
{
border-color: #D7501E;
}
.TagClassName
{
border-color: #D7501E;
}
</style>