Shades of Chilean Fire #D1613B
Tints of Chilean Fire #D1613B
RGB
CMYK
RGB Variations
Color information
#D1613B (or 0xD1613B) is known color: Chilean Fire. HEX triplet: D1, 61 and 3B. RGB value is (209,97,59). Sum of RGB (Red+Green+Blue) = 209+97+59=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D1613B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1613B is #2E9EC4. Grayscale: #7E7E7E. Windows color (decimal): -3055301 or 3891665. OLE color: 3891665.
HSL color Cylindrical-coordinate representation of color #D1613B: hue angle of 15.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1613B is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 97 | 59 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.18 |
| HSL | 15.2º | 0.62% | 0.53% | - |
| HSV(B) | 15.2º | 0.72% | 0.82% | - |
| XYZ | 31.36 | 22.42 | 6.81 | - |
| YUV | 126.16 | 90.11 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 97 | 59 | 0 | 0.54 | 0.72 | 0.18 | 15.2 | 0.62 | 0.53 |
| Hex | D1 | 61 | 3B | 0 | 36 | 48 | 12 | F | 3E | 35 |
| Octal | 321 | 141 | 73 | 0 | 66 | 110 | 22 | 17 | 76 | 65 |
| Binary | 11010001 | 1100001 | 111011 | 0 | 110110 | 1001000 | 10010 | 1111 | 111110 | 110101 |
Color Harmonies of #D1613B
Complementary color
Monochromatic Colors of #D1613B
Black with #D1613B
Text Example
Text Example
White with #D1613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1613B; }
p { color: rgb(209,97,59); }
H1.HeaderClassName
{
color: #D1613B;
}
.AnyTagClassName
{
color: #D1613B;
}
</style>
background-color css
<style>
a { background-color: #D1613B; }
a { background-color: rgb(209,97,59); }
div.DivClassName
{
background-color: #D1613B;
}
.BgClassName
{
background-color: #D1613B;
}
</style>
border-color css
<style>
span { border-color: #D1613B; }
span { border-color: rgb(209,97,59); }
td.TdClassName
{
border-color: #D1613B;
}
.TagClassName
{
border-color: #D1613B;
}
</style>