Shades of Chilean Fire #D7502D
Tints of Chilean Fire #D7502D
RGB
CMYK
RGB Variations
Color information
#D7502D (or 0xD7502D) is known color: Chilean Fire. HEX triplet: D7, 50 and 2D. RGB value is (215,80,45). Sum of RGB (Red+Green+Blue) = 215+80+45=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D7502D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7502D is #28AFD2. Grayscale: #747474. Windows color (decimal): -2666451 or 2969815. OLE color: 2969815.
HSL color Cylindrical-coordinate representation of color #D7502D: hue angle of 12.35º 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 #D7502D is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 45 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.16 |
| HSL | 12.35º | 0.68% | 0.51% | - |
| HSV(B) | 12.35º | 0.79% | 0.84% | - |
| XYZ | 31.37 | 20.37 | 4.76 | - |
| YUV | 116.38 | 87.73 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 45 | 0 | 0.63 | 0.79 | 0.16 | 12.35 | 0.68 | 0.51 |
| Hex | D7 | 50 | 2D | 0 | 3F | 4F | 10 | C | 44 | 33 |
| Octal | 327 | 120 | 55 | 0 | 77 | 117 | 20 | 14 | 104 | 63 |
| Binary | 11010111 | 1010000 | 101101 | 0 | 111111 | 1001111 | 10000 | 1100 | 1000100 | 110011 |
Color Harmonies of #D7502D
Complementary color
Monochromatic Colors of #D7502D
Black with #D7502D
Text Example
Text Example
White with #D7502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7502D; }
p { color: rgb(215,80,45); }
H1.HeaderClassName
{
color: #D7502D;
}
.AnyTagClassName
{
color: #D7502D;
}
</style>
background-color css
<style>
a { background-color: #D7502D; }
a { background-color: rgb(215,80,45); }
div.DivClassName
{
background-color: #D7502D;
}
.BgClassName
{
background-color: #D7502D;
}
</style>
border-color css
<style>
span { border-color: #D7502D; }
span { border-color: rgb(215,80,45); }
td.TdClassName
{
border-color: #D7502D;
}
.TagClassName
{
border-color: #D7502D;
}
</style>