Shades of Chilean Fire #D7502B
Tints of Chilean Fire #D7502B
RGB
CMYK
RGB Variations
Color information
#D7502B (or 0xD7502B) is known color: Chilean Fire. HEX triplet: D7, 50 and 2B. RGB value is (215,80,43). Sum of RGB (Red+Green+Blue) = 215+80+43=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D7502B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7502B is #28AFD4. Grayscale: #747474. Windows color (decimal): -2666453 or 2838743. OLE color: 2838743.
HSL color Cylindrical-coordinate representation of color #D7502B: hue angle of 12.91º 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 #D7502B is Cyan = 0, Magento = 0.63, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 43 | - |
| CMYK | 0 | 0.63 | 0.8 | 0.16 |
| HSL | 12.91º | 0.68% | 0.51% | - |
| HSV(B) | 12.91º | 0.8% | 0.84% | - |
| XYZ | 31.33 | 20.36 | 4.56 | - |
| YUV | 116.15 | 86.73 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 43 | 0 | 0.63 | 0.8 | 0.16 | 12.91 | 0.68 | 0.51 |
| Hex | D7 | 50 | 2B | 0 | 3F | 50 | 10 | D | 44 | 33 |
| Octal | 327 | 120 | 53 | 0 | 77 | 120 | 20 | 15 | 104 | 63 |
| Binary | 11010111 | 1010000 | 101011 | 0 | 111111 | 1010000 | 10000 | 1101 | 1000100 | 110011 |
Color Harmonies of #D7502B
Complementary color
Monochromatic Colors of #D7502B
Black with #D7502B
Text Example
Text Example
White with #D7502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7502B; }
p { color: rgb(215,80,43); }
H1.HeaderClassName
{
color: #D7502B;
}
.AnyTagClassName
{
color: #D7502B;
}
</style>
background-color css
<style>
a { background-color: #D7502B; }
a { background-color: rgb(215,80,43); }
div.DivClassName
{
background-color: #D7502B;
}
.BgClassName
{
background-color: #D7502B;
}
</style>
border-color css
<style>
span { border-color: #D7502B; }
span { border-color: rgb(215,80,43); }
td.TdClassName
{
border-color: #D7502B;
}
.TagClassName
{
border-color: #D7502B;
}
</style>