Shades of Chilean Fire #D75428
Tints of Chilean Fire #D75428
RGB
CMYK
RGB Variations
Color information
#D75428 (or 0xD75428) is known color: Chilean Fire. HEX triplet: D7, 54 and 28. RGB value is (215,84,40). Sum of RGB (Red+Green+Blue) = 215+84+40=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D75428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75428 is #28ABD7. Grayscale: #767676. Windows color (decimal): -2665432 or 2643159. OLE color: 2643159.
HSL color Cylindrical-coordinate representation of color #D75428: hue angle of 15.09º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D75428 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 40 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.16 |
| HSL | 15.09º | 0.69% | 0.5% | - |
| HSV(B) | 15.09º | 0.81% | 0.84% | - |
| XYZ | 31.58 | 20.94 | 4.39 | - |
| YUV | 118.15 | 83.9 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 40 | 0 | 0.61 | 0.81 | 0.16 | 15.09 | 0.69 | 0.5 |
| Hex | D7 | 54 | 28 | 0 | 3D | 51 | 10 | F | 45 | 32 |
| Octal | 327 | 124 | 50 | 0 | 75 | 121 | 20 | 17 | 105 | 62 |
| Binary | 11010111 | 1010100 | 101000 | 0 | 111101 | 1010001 | 10000 | 1111 | 1000101 | 110010 |
Color Harmonies of #D75428
Complementary color
Monochromatic Colors of #D75428
Black with #D75428
Text Example
Text Example
White with #D75428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75428; }
p { color: rgb(215,84,40); }
H1.HeaderClassName
{
color: #D75428;
}
.AnyTagClassName
{
color: #D75428;
}
</style>
background-color css
<style>
a { background-color: #D75428; }
a { background-color: rgb(215,84,40); }
div.DivClassName
{
background-color: #D75428;
}
.BgClassName
{
background-color: #D75428;
}
</style>
border-color css
<style>
span { border-color: #D75428; }
span { border-color: rgb(215,84,40); }
td.TdClassName
{
border-color: #D75428;
}
.TagClassName
{
border-color: #D75428;
}
</style>