Shades of Chilean Fire #D25428
Tints of Chilean Fire #D25428
RGB
CMYK
RGB Variations
Color information
#D25428 (or 0xD25428) is known color: Chilean Fire. HEX triplet: D2, 54 and 28. RGB value is (210,84,40). Sum of RGB (Red+Green+Blue) = 210+84+40=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D25428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25428 is #2DABD7. Grayscale: #747474. Windows color (decimal): -2993112 or 2643154. OLE color: 2643154.
HSL color Cylindrical-coordinate representation of color #D25428: hue angle of 15.53º 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 #D25428 is Cyan = 0, Magento = 0.6, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 40 | - |
| CMYK | 0 | 0.6 | 0.81 | 0.18 |
| HSL | 15.53º | 0.68% | 0.49% | - |
| HSV(B) | 15.53º | 0.81% | 0.82% | - |
| XYZ | 30.13 | 20.2 | 4.32 | - |
| YUV | 116.66 | 84.74 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 40 | 0 | 0.6 | 0.81 | 0.18 | 15.53 | 0.68 | 0.49 |
| Hex | D2 | 54 | 28 | 0 | 3C | 51 | 12 | 10 | 44 | 31 |
| Octal | 322 | 124 | 50 | 0 | 74 | 121 | 22 | 20 | 104 | 61 |
| Binary | 11010010 | 1010100 | 101000 | 0 | 111100 | 1010001 | 10010 | 10000 | 1000100 | 110001 |
Color Harmonies of #D25428
Complementary color
Monochromatic Colors of #D25428
Black with #D25428
Text Example
Text Example
White with #D25428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25428; }
p { color: rgb(210,84,40); }
H1.HeaderClassName
{
color: #D25428;
}
.AnyTagClassName
{
color: #D25428;
}
</style>
background-color css
<style>
a { background-color: #D25428; }
a { background-color: rgb(210,84,40); }
div.DivClassName
{
background-color: #D25428;
}
.BgClassName
{
background-color: #D25428;
}
</style>
border-color css
<style>
span { border-color: #D25428; }
span { border-color: rgb(210,84,40); }
td.TdClassName
{
border-color: #D25428;
}
.TagClassName
{
border-color: #D25428;
}
</style>