Shades of Chilean Fire #D1612D
Tints of Chilean Fire #D1612D
RGB
CMYK
RGB Variations
Color information
#D1612D (or 0xD1612D) is known color: Chilean Fire. HEX triplet: D1, 61 and 2D. RGB value is (209,97,45). Sum of RGB (Red+Green+Blue) = 209+97+45=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D1612D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1612D is #2E9ED2. Grayscale: #7C7C7C. Windows color (decimal): -3055315 or 2974161. OLE color: 2974161.
HSL color Cylindrical-coordinate representation of color #D1612D: hue angle of 19.02º degrees, saturation: 0.65, 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 #D1612D is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 97 | 45 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.18 |
| HSL | 19.02º | 0.65% | 0.5% | - |
| HSV(B) | 19.02º | 0.78% | 0.82% | - |
| XYZ | 31.04 | 22.29 | 5.15 | - |
| YUV | 124.56 | 83.11 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 97 | 45 | 0 | 0.54 | 0.78 | 0.18 | 19.02 | 0.65 | 0.5 |
| Hex | D1 | 61 | 2D | 0 | 36 | 4E | 12 | 13 | 41 | 32 |
| Octal | 321 | 141 | 55 | 0 | 66 | 116 | 22 | 23 | 101 | 62 |
| Binary | 11010001 | 1100001 | 101101 | 0 | 110110 | 1001110 | 10010 | 10011 | 1000001 | 110010 |
Color Harmonies of #D1612D
Complementary color
Monochromatic Colors of #D1612D
Black with #D1612D
Text Example
Text Example
White with #D1612D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1612D; }
p { color: rgb(209,97,45); }
H1.HeaderClassName
{
color: #D1612D;
}
.AnyTagClassName
{
color: #D1612D;
}
</style>
background-color css
<style>
a { background-color: #D1612D; }
a { background-color: rgb(209,97,45); }
div.DivClassName
{
background-color: #D1612D;
}
.BgClassName
{
background-color: #D1612D;
}
</style>
border-color css
<style>
span { border-color: #D1612D; }
span { border-color: rgb(209,97,45); }
td.TdClassName
{
border-color: #D1612D;
}
.TagClassName
{
border-color: #D1612D;
}
</style>