Shades of Chilean Fire #D75D2C
Tints of Chilean Fire #D75D2C
RGB
CMYK
RGB Variations
Color information
#D75D2C (or 0xD75D2C) is known color: Chilean Fire. HEX triplet: D7, 5D and 2C. RGB value is (215,93,44). Sum of RGB (Red+Green+Blue) = 215+93+44=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75D2C is #28A2D3. Grayscale: #7C7C7C. Windows color (decimal): -2663124 or 2907607. OLE color: 2907607.
HSL color Cylindrical-coordinate representation of color #D75D2C: hue angle of 17.19º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D75D2C is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 93 | 44 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.16 |
| HSL | 17.19º | 0.68% | 0.51% | - |
| HSV(B) | 17.19º | 0.8% | 0.84% | - |
| XYZ | 32.39 | 22.46 | 5.01 | - |
| YUV | 123.89 | 82.92 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 44 | 0 | 0.57 | 0.80 | 0.16 | 17.19 | 0.68 | 0.51 |
| Hex | D7 | 5D | 2C | 0 | 39 | 50 | 10 | 11 | 44 | 33 |
| Octal | 327 | 135 | 54 | 0 | 71 | 120 | 20 | 21 | 104 | 63 |
| Binary | 11010111 | 1011101 | 101100 | 0 | 111001 | 1010000 | 10000 | 10001 | 1000100 | 110011 |
Color Harmonies of #D75D2C
Complementary color
Monochromatic Colors of #D75D2C
Black with #D75D2C
Text Example
Text Example
White with #D75D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75D2C; }
p { color: rgb(215,93,44); }
H1.HeaderClassName
{
color: #D75D2C;
}
.AnyTagClassName
{
color: #D75D2C;
}
</style>
background-color css
<style>
a { background-color: #D75D2C; }
a { background-color: rgb(215,93,44); }
div.DivClassName
{
background-color: #D75D2C;
}
.BgClassName
{
background-color: #D75D2C;
}
</style>
border-color css
<style>
span { border-color: #D75D2C; }
span { border-color: rgb(215,93,44); }
td.TdClassName
{
border-color: #D75D2C;
}
.TagClassName
{
border-color: #D75D2C;
}
</style>