Shades of Chilean Fire #D15C3A
Tints of Chilean Fire #D15C3A
RGB
CMYK
RGB Variations
Color information
#D15C3A (or 0xD15C3A) is known color: Chilean Fire. HEX triplet: D1, 5C and 3A. RGB value is (209,92,58). Sum of RGB (Red+Green+Blue) = 209+92+58=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15C3A is #2EA3C5. Grayscale: #7B7B7B. Windows color (decimal): -3056582 or 3824849. OLE color: 3824849.
HSL color Cylindrical-coordinate representation of color #D15C3A: hue angle of 13.51º 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 #D15C3A is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 92 | 58 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.18 |
| HSL | 13.51º | 0.62% | 0.52% | - |
| HSV(B) | 13.51º | 0.72% | 0.82% | - |
| XYZ | 30.89 | 21.52 | 6.53 | - |
| YUV | 123.11 | 91.26 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 92 | 58 | 0 | 0.56 | 0.72 | 0.18 | 13.51 | 0.62 | 0.52 |
| Hex | D1 | 5C | 3A | 0 | 38 | 48 | 12 | E | 3E | 34 |
| Octal | 321 | 134 | 72 | 0 | 70 | 110 | 22 | 16 | 76 | 64 |
| Binary | 11010001 | 1011100 | 111010 | 0 | 111000 | 1001000 | 10010 | 1110 | 111110 | 110100 |
Color Harmonies of #D15C3A
Complementary color
Monochromatic Colors of #D15C3A
Black with #D15C3A
Text Example
Text Example
White with #D15C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15C3A; }
p { color: rgb(209,92,58); }
H1.HeaderClassName
{
color: #D15C3A;
}
.AnyTagClassName
{
color: #D15C3A;
}
</style>
background-color css
<style>
a { background-color: #D15C3A; }
a { background-color: rgb(209,92,58); }
div.DivClassName
{
background-color: #D15C3A;
}
.BgClassName
{
background-color: #D15C3A;
}
</style>
border-color css
<style>
span { border-color: #D15C3A; }
span { border-color: rgb(209,92,58); }
td.TdClassName
{
border-color: #D15C3A;
}
.TagClassName
{
border-color: #D15C3A;
}
</style>