Shades of Chilean Fire #D75A2C
Tints of Chilean Fire #D75A2C
RGB
CMYK
RGB Variations
Color information
#D75A2C (or 0xD75A2C) is known color: Chilean Fire. HEX triplet: D7, 5A and 2C. RGB value is (215,90,44). Sum of RGB (Red+Green+Blue) = 215+90+44=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75A2C is #28A5D3. Grayscale: #7A7A7A. Windows color (decimal): -2663892 or 2906839. OLE color: 2906839.
HSL color Cylindrical-coordinate representation of color #D75A2C: hue angle of 16.14º 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 #D75A2C is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 90 | 44 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.16 |
| HSL | 16.14º | 0.68% | 0.51% | - |
| HSV(B) | 16.14º | 0.8% | 0.84% | - |
| XYZ | 32.14 | 21.94 | 4.92 | - |
| YUV | 122.13 | 83.91 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 90 | 44 | 0 | 0.58 | 0.80 | 0.16 | 16.14 | 0.68 | 0.51 |
| Hex | D7 | 5A | 2C | 0 | 3A | 50 | 10 | 10 | 44 | 33 |
| Octal | 327 | 132 | 54 | 0 | 72 | 120 | 20 | 20 | 104 | 63 |
| Binary | 11010111 | 1011010 | 101100 | 0 | 111010 | 1010000 | 10000 | 10000 | 1000100 | 110011 |
Color Harmonies of #D75A2C
Complementary color
Monochromatic Colors of #D75A2C
Black with #D75A2C
Text Example
Text Example
White with #D75A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75A2C; }
p { color: rgb(215,90,44); }
H1.HeaderClassName
{
color: #D75A2C;
}
.AnyTagClassName
{
color: #D75A2C;
}
</style>
background-color css
<style>
a { background-color: #D75A2C; }
a { background-color: rgb(215,90,44); }
div.DivClassName
{
background-color: #D75A2C;
}
.BgClassName
{
background-color: #D75A2C;
}
</style>
border-color css
<style>
span { border-color: #D75A2C; }
span { border-color: rgb(215,90,44); }
td.TdClassName
{
border-color: #D75A2C;
}
.TagClassName
{
border-color: #D75A2C;
}
</style>