Shades of Chilean Fire #D1542B
Tints of Chilean Fire #D1542B
RGB
CMYK
RGB Variations
Color information
#D1542B (or 0xD1542B) is known color: Chilean Fire. HEX triplet: D1, 54 and 2B. RGB value is (209,84,43). Sum of RGB (Red+Green+Blue) = 209+84+43=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D1542B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1542B is #2EABD4. Grayscale: #747474. Windows color (decimal): -3058645 or 2839761. OLE color: 2839761.
HSL color Cylindrical-coordinate representation of color #D1542B: hue angle of 14.82º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1542B is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 84 | 43 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.18 |
| HSL | 14.82º | 0.66% | 0.49% | - |
| HSV(B) | 14.82º | 0.79% | 0.82% | - |
| XYZ | 29.9 | 20.07 | 4.58 | - |
| YUV | 116.7 | 86.41 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 43 | 0 | 0.60 | 0.79 | 0.18 | 14.82 | 0.66 | 0.49 |
| Hex | D1 | 54 | 2B | 0 | 3C | 4F | 12 | F | 42 | 31 |
| Octal | 321 | 124 | 53 | 0 | 74 | 117 | 22 | 17 | 102 | 61 |
| Binary | 11010001 | 1010100 | 101011 | 0 | 111100 | 1001111 | 10010 | 1111 | 1000010 | 110001 |
Color Harmonies of #D1542B
Complementary color
Monochromatic Colors of #D1542B
Black with #D1542B
Text Example
Text Example
White with #D1542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1542B; }
p { color: rgb(209,84,43); }
H1.HeaderClassName
{
color: #D1542B;
}
.AnyTagClassName
{
color: #D1542B;
}
</style>
background-color css
<style>
a { background-color: #D1542B; }
a { background-color: rgb(209,84,43); }
div.DivClassName
{
background-color: #D1542B;
}
.BgClassName
{
background-color: #D1542B;
}
</style>
border-color css
<style>
span { border-color: #D1542B; }
span { border-color: rgb(209,84,43); }
td.TdClassName
{
border-color: #D1542B;
}
.TagClassName
{
border-color: #D1542B;
}
</style>