Shades of Chilean Fire #D15533
Tints of Chilean Fire #D15533
RGB
CMYK
RGB Variations
Color information
#D15533 (or 0xD15533) is known color: Chilean Fire. HEX triplet: D1, 55 and 33. RGB value is (209,85,51). Sum of RGB (Red+Green+Blue) = 209+85+51=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D15533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15533 is #2EAACC. Grayscale: #767676. Windows color (decimal): -3058381 or 3364305. OLE color: 3364305.
HSL color Cylindrical-coordinate representation of color #D15533: hue angle of 12.91º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D15533 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 51 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.18 |
| HSL | 12.91º | 0.63% | 0.51% | - |
| HSV(B) | 12.91º | 0.76% | 0.82% | - |
| XYZ | 30.14 | 20.29 | 5.46 | - |
| YUV | 118.2 | 90.08 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 51 | 0 | 0.59 | 0.76 | 0.18 | 12.91 | 0.63 | 0.51 |
| Hex | D1 | 55 | 33 | 0 | 3B | 4C | 12 | D | 3F | 33 |
| Octal | 321 | 125 | 63 | 0 | 73 | 114 | 22 | 15 | 77 | 63 |
| Binary | 11010001 | 1010101 | 110011 | 0 | 111011 | 1001100 | 10010 | 1101 | 111111 | 110011 |
Color Harmonies of #D15533
Complementary color
Monochromatic Colors of #D15533
Black with #D15533
Text Example
Text Example
White with #D15533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15533; }
p { color: rgb(209,85,51); }
H1.HeaderClassName
{
color: #D15533;
}
.AnyTagClassName
{
color: #D15533;
}
</style>
background-color css
<style>
a { background-color: #D15533; }
a { background-color: rgb(209,85,51); }
div.DivClassName
{
background-color: #D15533;
}
.BgClassName
{
background-color: #D15533;
}
</style>
border-color css
<style>
span { border-color: #D15533; }
span { border-color: rgb(209,85,51); }
td.TdClassName
{
border-color: #D15533;
}
.TagClassName
{
border-color: #D15533;
}
</style>