Shades of Chilean Fire #D15F34
Tints of Chilean Fire #D15F34
RGB
CMYK
RGB Variations
Color information
#D15F34 (or 0xD15F34) is known color: Chilean Fire. HEX triplet: D1, 5F and 34. RGB value is (209,95,52). Sum of RGB (Red+Green+Blue) = 209+95+52=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15F34 is #2EA0CB. Grayscale: #7C7C7C. Windows color (decimal): -3055820 or 3432401. OLE color: 3432401.
HSL color Cylindrical-coordinate representation of color #D15F34: hue angle of 16.43º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D15F34 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 52 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.18 |
| HSL | 16.43º | 0.63% | 0.51% | - |
| HSV(B) | 16.43º | 0.75% | 0.82% | - |
| XYZ | 31.01 | 21.99 | 5.86 | - |
| YUV | 124.18 | 87.27 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 52 | 0 | 0.55 | 0.75 | 0.18 | 16.43 | 0.63 | 0.51 |
| Hex | D1 | 5F | 34 | 0 | 37 | 4B | 12 | 10 | 3F | 33 |
| Octal | 321 | 137 | 64 | 0 | 67 | 113 | 22 | 20 | 77 | 63 |
| Binary | 11010001 | 1011111 | 110100 | 0 | 110111 | 1001011 | 10010 | 10000 | 111111 | 110011 |
Color Harmonies of #D15F34
Complementary color
Monochromatic Colors of #D15F34
Black with #D15F34
Text Example
Text Example
White with #D15F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15F34; }
p { color: rgb(209,95,52); }
H1.HeaderClassName
{
color: #D15F34;
}
.AnyTagClassName
{
color: #D15F34;
}
</style>
background-color css
<style>
a { background-color: #D15F34; }
a { background-color: rgb(209,95,52); }
div.DivClassName
{
background-color: #D15F34;
}
.BgClassName
{
background-color: #D15F34;
}
</style>
border-color css
<style>
span { border-color: #D15F34; }
span { border-color: rgb(209,95,52); }
td.TdClassName
{
border-color: #D15F34;
}
.TagClassName
{
border-color: #D15F34;
}
</style>