Shades of Chilean Fire #D15A3A
Tints of Chilean Fire #D15A3A
RGB
CMYK
RGB Variations
Color information
#D15A3A (or 0xD15A3A) is known color: Chilean Fire. HEX triplet: D1, 5A and 3A. RGB value is (209,90,58). Sum of RGB (Red+Green+Blue) = 209+90+58=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15A3A is #2EA5C5. Grayscale: #7A7A7A. Windows color (decimal): -3057094 or 3824337. OLE color: 3824337.
HSL color Cylindrical-coordinate representation of color #D15A3A: hue angle of 12.72º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D15A3A is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 90 | 58 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.18 |
| HSL | 12.72º | 0.62% | 0.52% | - |
| HSV(B) | 12.72º | 0.72% | 0.82% | - |
| XYZ | 30.71 | 21.17 | 6.47 | - |
| YUV | 121.93 | 91.92 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 90 | 58 | 0 | 0.57 | 0.72 | 0.18 | 12.72 | 0.62 | 0.52 |
| Hex | D1 | 5A | 3A | 0 | 39 | 48 | 12 | D | 3E | 34 |
| Octal | 321 | 132 | 72 | 0 | 71 | 110 | 22 | 15 | 76 | 64 |
| Binary | 11010001 | 1011010 | 111010 | 0 | 111001 | 1001000 | 10010 | 1101 | 111110 | 110100 |
Color Harmonies of #D15A3A
Complementary color
Monochromatic Colors of #D15A3A
Black with #D15A3A
Text Example
Text Example
White with #D15A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15A3A; }
p { color: rgb(209,90,58); }
H1.HeaderClassName
{
color: #D15A3A;
}
.AnyTagClassName
{
color: #D15A3A;
}
</style>
background-color css
<style>
a { background-color: #D15A3A; }
a { background-color: rgb(209,90,58); }
div.DivClassName
{
background-color: #D15A3A;
}
.BgClassName
{
background-color: #D15A3A;
}
</style>
border-color css
<style>
span { border-color: #D15A3A; }
span { border-color: rgb(209,90,58); }
td.TdClassName
{
border-color: #D15A3A;
}
.TagClassName
{
border-color: #D15A3A;
}
</style>