Shades of Chilean Fire #D25639
Tints of Chilean Fire #D25639
RGB
CMYK
RGB Variations
Color information
#D25639 (or 0xD25639) is known color: Chilean Fire. HEX triplet: D2, 56 and 39. RGB value is (210,86,57). Sum of RGB (Red+Green+Blue) = 210+86+57=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 57 (22.66% from 255 or 16.15% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D25639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25639 is #2DA9C6. Grayscale: #787878. Windows color (decimal): -2992583 or 3757778. OLE color: 3757778.
HSL color Cylindrical-coordinate representation of color #D25639: hue angle of 11.37º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D25639 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 57 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.18 |
| HSL | 11.37º | 0.63% | 0.52% | - |
| HSV(B) | 11.37º | 0.73% | 0.82% | - |
| XYZ | 30.64 | 20.65 | 6.24 | - |
| YUV | 119.77 | 92.58 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 57 | 0 | 0.59 | 0.73 | 0.18 | 11.37 | 0.63 | 0.52 |
| Hex | D2 | 56 | 39 | 0 | 3B | 49 | 12 | B | 3F | 34 |
| Octal | 322 | 126 | 71 | 0 | 73 | 111 | 22 | 13 | 77 | 64 |
| Binary | 11010010 | 1010110 | 111001 | 0 | 111011 | 1001001 | 10010 | 1011 | 111111 | 110100 |
Color Harmonies of #D25639
Complementary color
Monochromatic Colors of #D25639
Black with #D25639
Text Example
Text Example
White with #D25639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25639; }
p { color: rgb(210,86,57); }
H1.HeaderClassName
{
color: #D25639;
}
.AnyTagClassName
{
color: #D25639;
}
</style>
background-color css
<style>
a { background-color: #D25639; }
a { background-color: rgb(210,86,57); }
div.DivClassName
{
background-color: #D25639;
}
.BgClassName
{
background-color: #D25639;
}
</style>
border-color css
<style>
span { border-color: #D25639; }
span { border-color: rgb(210,86,57); }
td.TdClassName
{
border-color: #D25639;
}
.TagClassName
{
border-color: #D25639;
}
</style>