Shades of Chilean Fire #D75621
Tints of Chilean Fire #D75621
RGB
CMYK
RGB Variations
Color information
#D75621 (or 0xD75621) is known color: Chilean Fire. HEX triplet: D7, 56 and 21. RGB value is (215,86,33). Sum of RGB (Red+Green+Blue) = 215+86+33=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D75621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75621 is #28A9DE. Grayscale: #767676. Windows color (decimal): -2664927 or 2184919. OLE color: 2184919.
HSL color Cylindrical-coordinate representation of color #D75621: hue angle of 17.47º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D75621 is Cyan = 0, Magento = 0.6, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 86 | 33 | - |
| CMYK | 0 | 0.6 | 0.85 | 0.16 |
| HSL | 17.47º | 0.73% | 0.49% | - |
| HSV(B) | 17.47º | 0.85% | 0.84% | - |
| XYZ | 31.63 | 21.21 | 3.87 | - |
| YUV | 118.53 | 79.74 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 86 | 33 | 0 | 0.6 | 0.85 | 0.16 | 17.47 | 0.73 | 0.49 |
| Hex | D7 | 56 | 21 | 0 | 3C | 55 | 10 | 11 | 49 | 31 |
| Octal | 327 | 126 | 41 | 0 | 74 | 125 | 20 | 21 | 111 | 61 |
| Binary | 11010111 | 1010110 | 100001 | 0 | 111100 | 1010101 | 10000 | 10001 | 1001001 | 110001 |
Color Harmonies of #D75621
Complementary color
Monochromatic Colors of #D75621
Black with #D75621
Text Example
Text Example
White with #D75621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75621; }
p { color: rgb(215,86,33); }
H1.HeaderClassName
{
color: #D75621;
}
.AnyTagClassName
{
color: #D75621;
}
</style>
background-color css
<style>
a { background-color: #D75621; }
a { background-color: rgb(215,86,33); }
div.DivClassName
{
background-color: #D75621;
}
.BgClassName
{
background-color: #D75621;
}
</style>
border-color css
<style>
span { border-color: #D75621; }
span { border-color: rgb(215,86,33); }
td.TdClassName
{
border-color: #D75621;
}
.TagClassName
{
border-color: #D75621;
}
</style>