Shades of Chilean Fire #D25627
Tints of Chilean Fire #D25627
RGB
CMYK
RGB Variations
Color information
#D25627 (or 0xD25627) is known color: Chilean Fire. HEX triplet: D2, 56 and 27. RGB value is (210,86,39). Sum of RGB (Red+Green+Blue) = 210+86+39=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D25627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25627 is #2DA9D8. Grayscale: #767676. Windows color (decimal): -2992601 or 2578130. OLE color: 2578130.
HSL color Cylindrical-coordinate representation of color #D25627: hue angle of 16.49º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D25627 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 39 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.18 |
| HSL | 16.49º | 0.69% | 0.49% | - |
| HSV(B) | 16.49º | 0.81% | 0.82% | - |
| XYZ | 30.27 | 20.5 | 4.28 | - |
| YUV | 117.72 | 83.58 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 39 | 0 | 0.59 | 0.81 | 0.18 | 16.49 | 0.69 | 0.49 |
| Hex | D2 | 56 | 27 | 0 | 3B | 51 | 12 | 10 | 45 | 31 |
| Octal | 322 | 126 | 47 | 0 | 73 | 121 | 22 | 20 | 105 | 61 |
| Binary | 11010010 | 1010110 | 100111 | 0 | 111011 | 1010001 | 10010 | 10000 | 1000101 | 110001 |
Color Harmonies of #D25627
Complementary color
Monochromatic Colors of #D25627
Black with #D25627
Text Example
Text Example
White with #D25627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25627; }
p { color: rgb(210,86,39); }
H1.HeaderClassName
{
color: #D25627;
}
.AnyTagClassName
{
color: #D25627;
}
</style>
background-color css
<style>
a { background-color: #D25627; }
a { background-color: rgb(210,86,39); }
div.DivClassName
{
background-color: #D25627;
}
.BgClassName
{
background-color: #D25627;
}
</style>
border-color css
<style>
span { border-color: #D25627; }
span { border-color: rgb(210,86,39); }
td.TdClassName
{
border-color: #D25627;
}
.TagClassName
{
border-color: #D25627;
}
</style>