Shades of Chilean Fire #D9502F
Tints of Chilean Fire #D9502F
RGB
CMYK
RGB Variations
Color information
#D9502F (or 0xD9502F) is known color: Chilean Fire. HEX triplet: D9, 50 and 2F. RGB value is (217,80,47). Sum of RGB (Red+Green+Blue) = 217+80+47=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 47 (18.75% from 255 or 13.66% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D9502F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9502F is #26AFD0. Grayscale: #757575. Windows color (decimal): -2535377 or 3100889. OLE color: 3100889.
HSL color Cylindrical-coordinate representation of color #D9502F: hue angle of 11.65º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D9502F is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 80 | 47 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.15 |
| HSL | 11.65º | 0.69% | 0.52% | - |
| HSV(B) | 11.65º | 0.78% | 0.85% | - |
| XYZ | 32 | 20.69 | 5 | - |
| YUV | 117.2 | 88.39 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 47 | 0 | 0.63 | 0.78 | 0.15 | 11.65 | 0.69 | 0.52 |
| Hex | D9 | 50 | 2F | 0 | 3F | 4E | F | C | 45 | 34 |
| Octal | 331 | 120 | 57 | 0 | 77 | 116 | 17 | 14 | 105 | 64 |
| Binary | 11011001 | 1010000 | 101111 | 0 | 111111 | 1001110 | 1111 | 1100 | 1000101 | 110100 |
Color Harmonies of #D9502F
Complementary color
Monochromatic Colors of #D9502F
Black with #D9502F
Text Example
Text Example
White with #D9502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9502F; }
p { color: rgb(217,80,47); }
H1.HeaderClassName
{
color: #D9502F;
}
.AnyTagClassName
{
color: #D9502F;
}
</style>
background-color css
<style>
a { background-color: #D9502F; }
a { background-color: rgb(217,80,47); }
div.DivClassName
{
background-color: #D9502F;
}
.BgClassName
{
background-color: #D9502F;
}
</style>
border-color css
<style>
span { border-color: #D9502F; }
span { border-color: rgb(217,80,47); }
td.TdClassName
{
border-color: #D9502F;
}
.TagClassName
{
border-color: #D9502F;
}
</style>