Shades of Chilean Fire #D75328
Tints of Chilean Fire #D75328
RGB
CMYK
RGB Variations
Color information
#D75328 (or 0xD75328) is known color: Chilean Fire. HEX triplet: D7, 53 and 28. RGB value is (215,83,40). Sum of RGB (Red+Green+Blue) = 215+83+40=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D75328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75328 is #28ACD7. Grayscale: #757575. Windows color (decimal): -2665688 or 2642903. OLE color: 2642903.
HSL color Cylindrical-coordinate representation of color #D75328: hue angle of 14.74º 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 #D75328 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 40 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.16 |
| HSL | 14.74º | 0.69% | 0.5% | - |
| HSV(B) | 14.74º | 0.81% | 0.84% | - |
| XYZ | 31.5 | 20.79 | 4.36 | - |
| YUV | 117.57 | 84.23 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 40 | 0 | 0.61 | 0.81 | 0.16 | 14.74 | 0.69 | 0.5 |
| Hex | D7 | 53 | 28 | 0 | 3D | 51 | 10 | F | 45 | 32 |
| Octal | 327 | 123 | 50 | 0 | 75 | 121 | 20 | 17 | 105 | 62 |
| Binary | 11010111 | 1010011 | 101000 | 0 | 111101 | 1010001 | 10000 | 1111 | 1000101 | 110010 |
Color Harmonies of #D75328
Complementary color
Monochromatic Colors of #D75328
Black with #D75328
Text Example
Text Example
White with #D75328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75328; }
p { color: rgb(215,83,40); }
H1.HeaderClassName
{
color: #D75328;
}
.AnyTagClassName
{
color: #D75328;
}
</style>
background-color css
<style>
a { background-color: #D75328; }
a { background-color: rgb(215,83,40); }
div.DivClassName
{
background-color: #D75328;
}
.BgClassName
{
background-color: #D75328;
}
</style>
border-color css
<style>
span { border-color: #D75328; }
span { border-color: rgb(215,83,40); }
td.TdClassName
{
border-color: #D75328;
}
.TagClassName
{
border-color: #D75328;
}
</style>