Shades of Chilean Fire #D75131
Tints of Chilean Fire #D75131
RGB
CMYK
RGB Variations
Color information
#D75131 (or 0xD75131) is known color: Chilean Fire. HEX triplet: D7, 51 and 31. RGB value is (215,81,49). Sum of RGB (Red+Green+Blue) = 215+81+49=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D75131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75131 is #28AECE. Grayscale: #757575. Windows color (decimal): -2666191 or 3232215. OLE color: 3232215.
HSL color Cylindrical-coordinate representation of color #D75131: hue angle of 11.57º 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 #D75131 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 81 | 49 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.16 |
| HSL | 11.57º | 0.67% | 0.52% | - |
| HSV(B) | 11.57º | 0.77% | 0.84% | - |
| XYZ | 31.52 | 20.55 | 5.21 | - |
| YUV | 117.42 | 89.39 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 81 | 49 | 0 | 0.62 | 0.77 | 0.16 | 11.57 | 0.67 | 0.52 |
| Hex | D7 | 51 | 31 | 0 | 3E | 4D | 10 | C | 43 | 34 |
| Octal | 327 | 121 | 61 | 0 | 76 | 115 | 20 | 14 | 103 | 64 |
| Binary | 11010111 | 1010001 | 110001 | 0 | 111110 | 1001101 | 10000 | 1100 | 1000011 | 110100 |
Color Harmonies of #D75131
Complementary color
Monochromatic Colors of #D75131
Black with #D75131
Text Example
Text Example
White with #D75131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75131; }
p { color: rgb(215,81,49); }
H1.HeaderClassName
{
color: #D75131;
}
.AnyTagClassName
{
color: #D75131;
}
</style>
background-color css
<style>
a { background-color: #D75131; }
a { background-color: rgb(215,81,49); }
div.DivClassName
{
background-color: #D75131;
}
.BgClassName
{
background-color: #D75131;
}
</style>
border-color css
<style>
span { border-color: #D75131; }
span { border-color: rgb(215,81,49); }
td.TdClassName
{
border-color: #D75131;
}
.TagClassName
{
border-color: #D75131;
}
</style>