Shades of Chilean Fire #D75431
Tints of Chilean Fire #D75431
RGB
CMYK
RGB Variations
Color information
#D75431 (or 0xD75431) is known color: Chilean Fire. HEX triplet: D7, 54 and 31. RGB value is (215,84,49). Sum of RGB (Red+Green+Blue) = 215+84+49=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D75431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75431 is #28ABCE. Grayscale: #777777. Windows color (decimal): -2665423 or 3232983. OLE color: 3232983.
HSL color Cylindrical-coordinate representation of color #D75431: hue angle of 12.65º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D75431 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 49 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.16 |
| HSL | 12.65º | 0.67% | 0.52% | - |
| HSV(B) | 12.65º | 0.77% | 0.84% | - |
| XYZ | 31.75 | 21.01 | 5.29 | - |
| YUV | 119.18 | 88.4 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 49 | 0 | 0.61 | 0.77 | 0.16 | 12.65 | 0.67 | 0.52 |
| Hex | D7 | 54 | 31 | 0 | 3D | 4D | 10 | D | 43 | 34 |
| Octal | 327 | 124 | 61 | 0 | 75 | 115 | 20 | 15 | 103 | 64 |
| Binary | 11010111 | 1010100 | 110001 | 0 | 111101 | 1001101 | 10000 | 1101 | 1000011 | 110100 |
Color Harmonies of #D75431
Complementary color
Monochromatic Colors of #D75431
Black with #D75431
Text Example
Text Example
White with #D75431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75431; }
p { color: rgb(215,84,49); }
H1.HeaderClassName
{
color: #D75431;
}
.AnyTagClassName
{
color: #D75431;
}
</style>
background-color css
<style>
a { background-color: #D75431; }
a { background-color: rgb(215,84,49); }
div.DivClassName
{
background-color: #D75431;
}
.BgClassName
{
background-color: #D75431;
}
</style>
border-color css
<style>
span { border-color: #D75431; }
span { border-color: rgb(215,84,49); }
td.TdClassName
{
border-color: #D75431;
}
.TagClassName
{
border-color: #D75431;
}
</style>