Shades of Chilean Fire #D75E3A
Tints of Chilean Fire #D75E3A
RGB
CMYK
RGB Variations
Color information
#D75E3A (or 0xD75E3A) is known color: Chilean Fire. HEX triplet: D7, 5E and 3A. RGB value is (215,94,58). Sum of RGB (Red+Green+Blue) = 215+94+58=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D75E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75E3A is #28A1C5. Grayscale: #7E7E7E. Windows color (decimal): -2662854 or 3825367. OLE color: 3825367.
HSL color Cylindrical-coordinate representation of color #D75E3A: hue angle of 13.76º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D75E3A is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 94 | 58 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.16 |
| HSL | 13.76º | 0.66% | 0.54% | - |
| HSV(B) | 13.76º | 0.73% | 0.84% | - |
| XYZ | 32.79 | 22.76 | 6.67 | - |
| YUV | 126.08 | 89.59 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 94 | 58 | 0 | 0.56 | 0.73 | 0.16 | 13.76 | 0.66 | 0.54 |
| Hex | D7 | 5E | 3A | 0 | 38 | 49 | 10 | E | 42 | 36 |
| Octal | 327 | 136 | 72 | 0 | 70 | 111 | 20 | 16 | 102 | 66 |
| Binary | 11010111 | 1011110 | 111010 | 0 | 111000 | 1001001 | 10000 | 1110 | 1000010 | 110110 |
Color Harmonies of #D75E3A
Complementary color
Monochromatic Colors of #D75E3A
Black with #D75E3A
Text Example
Text Example
White with #D75E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75E3A; }
p { color: rgb(215,94,58); }
H1.HeaderClassName
{
color: #D75E3A;
}
.AnyTagClassName
{
color: #D75E3A;
}
</style>
background-color css
<style>
a { background-color: #D75E3A; }
a { background-color: rgb(215,94,58); }
div.DivClassName
{
background-color: #D75E3A;
}
.BgClassName
{
background-color: #D75E3A;
}
</style>
border-color css
<style>
span { border-color: #D75E3A; }
span { border-color: rgb(215,94,58); }
td.TdClassName
{
border-color: #D75E3A;
}
.TagClassName
{
border-color: #D75E3A;
}
</style>