Shades of Chilean Fire #D75F2C
Tints of Chilean Fire #D75F2C
RGB
CMYK
RGB Variations
Color information
#D75F2C (or 0xD75F2C) is known color: Chilean Fire. HEX triplet: D7, 5F and 2C. RGB value is (215,95,44). Sum of RGB (Red+Green+Blue) = 215+95+44=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75F2C is #28A0D3. Grayscale: #7D7D7D. Windows color (decimal): -2662612 or 2908119. OLE color: 2908119.
HSL color Cylindrical-coordinate representation of color #D75F2C: hue angle of 17.89º 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 #D75F2C is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 95 | 44 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.16 |
| HSL | 17.89º | 0.68% | 0.51% | - |
| HSV(B) | 17.89º | 0.8% | 0.84% | - |
| XYZ | 32.57 | 22.81 | 5.07 | - |
| YUV | 125.07 | 82.26 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 95 | 44 | 0 | 0.56 | 0.80 | 0.16 | 17.89 | 0.68 | 0.51 |
| Hex | D7 | 5F | 2C | 0 | 38 | 50 | 10 | 12 | 44 | 33 |
| Octal | 327 | 137 | 54 | 0 | 70 | 120 | 20 | 22 | 104 | 63 |
| Binary | 11010111 | 1011111 | 101100 | 0 | 111000 | 1010000 | 10000 | 10010 | 1000100 | 110011 |
Color Harmonies of #D75F2C
Complementary color
Monochromatic Colors of #D75F2C
Black with #D75F2C
Text Example
Text Example
White with #D75F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75F2C; }
p { color: rgb(215,95,44); }
H1.HeaderClassName
{
color: #D75F2C;
}
.AnyTagClassName
{
color: #D75F2C;
}
</style>
background-color css
<style>
a { background-color: #D75F2C; }
a { background-color: rgb(215,95,44); }
div.DivClassName
{
background-color: #D75F2C;
}
.BgClassName
{
background-color: #D75F2C;
}
</style>
border-color css
<style>
span { border-color: #D75F2C; }
span { border-color: rgb(215,95,44); }
td.TdClassName
{
border-color: #D75F2C;
}
.TagClassName
{
border-color: #D75F2C;
}
</style>