Shades of Chilean Fire #D1582F
Tints of Chilean Fire #D1582F
RGB
CMYK
RGB Variations
Color information
#D1582F (or 0xD1582F) is known color: Chilean Fire. HEX triplet: D1, 58 and 2F. RGB value is (209,88,47). Sum of RGB (Red+Green+Blue) = 209+88+47=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 47 (18.75% from 255 or 13.66% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D1582F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1582F is #2EA7D0. Grayscale: #777777. Windows color (decimal): -3057617 or 3102929. OLE color: 3102929.
HSL color Cylindrical-coordinate representation of color #D1582F: hue angle of 15.19º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1582F is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 88 | 47 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.18 |
| HSL | 15.19º | 0.64% | 0.5% | - |
| HSV(B) | 15.19º | 0.78% | 0.82% | - |
| XYZ | 30.3 | 20.74 | 5.1 | - |
| YUV | 119.51 | 87.09 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 88 | 47 | 0 | 0.58 | 0.78 | 0.18 | 15.19 | 0.64 | 0.5 |
| Hex | D1 | 58 | 2F | 0 | 3A | 4E | 12 | F | 40 | 32 |
| Octal | 321 | 130 | 57 | 0 | 72 | 116 | 22 | 17 | 100 | 62 |
| Binary | 11010001 | 1011000 | 101111 | 0 | 111010 | 1001110 | 10010 | 1111 | 1000000 | 110010 |
Color Harmonies of #D1582F
Complementary color
Monochromatic Colors of #D1582F
Black with #D1582F
Text Example
Text Example
White with #D1582F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1582F; }
p { color: rgb(209,88,47); }
H1.HeaderClassName
{
color: #D1582F;
}
.AnyTagClassName
{
color: #D1582F;
}
</style>
background-color css
<style>
a { background-color: #D1582F; }
a { background-color: rgb(209,88,47); }
div.DivClassName
{
background-color: #D1582F;
}
.BgClassName
{
background-color: #D1582F;
}
</style>
border-color css
<style>
span { border-color: #D1582F; }
span { border-color: rgb(209,88,47); }
td.TdClassName
{
border-color: #D1582F;
}
.TagClassName
{
border-color: #D1582F;
}
</style>