Shades of Chilean Fire #D25528
Tints of Chilean Fire #D25528
RGB
CMYK
RGB Variations
Color information
#D25528 (or 0xD25528) is known color: Chilean Fire. HEX triplet: D2, 55 and 28. RGB value is (210,85,40). Sum of RGB (Red+Green+Blue) = 210+85+40=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D25528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25528 is #2DAAD7. Grayscale: #757575. Windows color (decimal): -2992856 or 2643410. OLE color: 2643410.
HSL color Cylindrical-coordinate representation of color #D25528: hue angle of 15.88º degrees, saturation: 0.68, 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 #D25528 is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 40 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.18 |
| HSL | 15.88º | 0.68% | 0.49% | - |
| HSV(B) | 15.88º | 0.81% | 0.82% | - |
| XYZ | 30.21 | 20.35 | 4.34 | - |
| YUV | 117.25 | 84.41 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 40 | 0 | 0.60 | 0.81 | 0.18 | 15.88 | 0.68 | 0.49 |
| Hex | D2 | 55 | 28 | 0 | 3C | 51 | 12 | 10 | 44 | 31 |
| Octal | 322 | 125 | 50 | 0 | 74 | 121 | 22 | 20 | 104 | 61 |
| Binary | 11010010 | 1010101 | 101000 | 0 | 111100 | 1010001 | 10010 | 10000 | 1000100 | 110001 |
Color Harmonies of #D25528
Complementary color
Monochromatic Colors of #D25528
Black with #D25528
Text Example
Text Example
White with #D25528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25528; }
p { color: rgb(210,85,40); }
H1.HeaderClassName
{
color: #D25528;
}
.AnyTagClassName
{
color: #D25528;
}
</style>
background-color css
<style>
a { background-color: #D25528; }
a { background-color: rgb(210,85,40); }
div.DivClassName
{
background-color: #D25528;
}
.BgClassName
{
background-color: #D25528;
}
</style>
border-color css
<style>
span { border-color: #D25528; }
span { border-color: rgb(210,85,40); }
td.TdClassName
{
border-color: #D25528;
}
.TagClassName
{
border-color: #D25528;
}
</style>