Shades of Chilean Fire #D9511F
Tints of Chilean Fire #D9511F
RGB
CMYK
RGB Variations
Color information
#D9511F (or 0xD9511F) is known color: Chilean Fire. HEX triplet: D9, 51 and 1F. RGB value is (217,81,31). Sum of RGB (Red+Green+Blue) = 217+81+31=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D9511F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9511F is #26AEE0. Grayscale: #747474. Windows color (decimal): -2535137 or 2052569. OLE color: 2052569.
HSL color Cylindrical-coordinate representation of color #D9511F: hue angle of 16.13º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9511F is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 31 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.15 |
| HSL | 16.13º | 0.75% | 0.49% | - |
| HSV(B) | 16.13º | 0.86% | 0.85% | - |
| XYZ | 31.81 | 20.74 | 3.62 | - |
| YUV | 115.96 | 80.06 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 31 | 0 | 0.63 | 0.86 | 0.15 | 16.13 | 0.75 | 0.49 |
| Hex | D9 | 51 | 1F | 0 | 3F | 56 | F | 10 | 4B | 31 |
| Octal | 331 | 121 | 37 | 0 | 77 | 126 | 17 | 20 | 113 | 61 |
| Binary | 11011001 | 1010001 | 11111 | 0 | 111111 | 1010110 | 1111 | 10000 | 1001011 | 110001 |
Color Harmonies of #D9511F
Complementary color
Monochromatic Colors of #D9511F
Black with #D9511F
Text Example
Text Example
White with #D9511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9511F; }
p { color: rgb(217,81,31); }
H1.HeaderClassName
{
color: #D9511F;
}
.AnyTagClassName
{
color: #D9511F;
}
</style>
background-color css
<style>
a { background-color: #D9511F; }
a { background-color: rgb(217,81,31); }
div.DivClassName
{
background-color: #D9511F;
}
.BgClassName
{
background-color: #D9511F;
}
</style>
border-color css
<style>
span { border-color: #D9511F; }
span { border-color: rgb(217,81,31); }
td.TdClassName
{
border-color: #D9511F;
}
.TagClassName
{
border-color: #D9511F;
}
</style>