Shades of Chilean Fire #D9501D
Tints of Chilean Fire #D9501D
RGB
CMYK
RGB Variations
Color information
#D9501D (or 0xD9501D) is known color: Chilean Fire. HEX triplet: D9, 50 and 1D. RGB value is (217,80,29). Sum of RGB (Red+Green+Blue) = 217+80+29=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D9501D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9501D is #26AFE2. Grayscale: #737373. Windows color (decimal): -2535395 or 1921241. OLE color: 1921241.
HSL color Cylindrical-coordinate representation of color #D9501D: hue angle of 16.28º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9501D is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 80 | 29 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.15 |
| HSL | 16.28º | 0.76% | 0.48% | - |
| HSV(B) | 16.28º | 0.87% | 0.85% | - |
| XYZ | 31.71 | 20.58 | 3.46 | - |
| YUV | 115.15 | 79.39 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 29 | 0 | 0.63 | 0.87 | 0.15 | 16.28 | 0.76 | 0.48 |
| Hex | D9 | 50 | 1D | 0 | 3F | 57 | F | 10 | 4C | 30 |
| Octal | 331 | 120 | 35 | 0 | 77 | 127 | 17 | 20 | 114 | 60 |
| Binary | 11011001 | 1010000 | 11101 | 0 | 111111 | 1010111 | 1111 | 10000 | 1001100 | 110000 |
Color Harmonies of #D9501D
Complementary color
Monochromatic Colors of #D9501D
Black with #D9501D
Text Example
Text Example
White with #D9501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9501D; }
p { color: rgb(217,80,29); }
H1.HeaderClassName
{
color: #D9501D;
}
.AnyTagClassName
{
color: #D9501D;
}
</style>
background-color css
<style>
a { background-color: #D9501D; }
a { background-color: rgb(217,80,29); }
div.DivClassName
{
background-color: #D9501D;
}
.BgClassName
{
background-color: #D9501D;
}
</style>
border-color css
<style>
span { border-color: #D9501D; }
span { border-color: rgb(217,80,29); }
td.TdClassName
{
border-color: #D9501D;
}
.TagClassName
{
border-color: #D9501D;
}
</style>