Shades of Chilean Fire #D75229
Tints of Chilean Fire #D75229
RGB
CMYK
RGB Variations
Color information
#D75229 (or 0xD75229) is known color: Chilean Fire. HEX triplet: D7, 52 and 29. RGB value is (215,82,41). Sum of RGB (Red+Green+Blue) = 215+82+41=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D75229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75229 is #28ADD6. Grayscale: #757575. Windows color (decimal): -2665943 or 2708183. OLE color: 2708183.
HSL color Cylindrical-coordinate representation of color #D75229: hue angle of 14.14º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D75229 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 82 | 41 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.16 |
| HSL | 14.14º | 0.69% | 0.5% | - |
| HSV(B) | 14.14º | 0.81% | 0.84% | - |
| XYZ | 31.44 | 20.64 | 4.42 | - |
| YUV | 117.09 | 85.06 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 41 | 0 | 0.62 | 0.81 | 0.16 | 14.14 | 0.69 | 0.5 |
| Hex | D7 | 52 | 29 | 0 | 3E | 51 | 10 | E | 45 | 32 |
| Octal | 327 | 122 | 51 | 0 | 76 | 121 | 20 | 16 | 105 | 62 |
| Binary | 11010111 | 1010010 | 101001 | 0 | 111110 | 1010001 | 10000 | 1110 | 1000101 | 110010 |
Color Harmonies of #D75229
Complementary color
Monochromatic Colors of #D75229
Black with #D75229
Text Example
Text Example
White with #D75229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75229; }
p { color: rgb(215,82,41); }
H1.HeaderClassName
{
color: #D75229;
}
.AnyTagClassName
{
color: #D75229;
}
</style>
background-color css
<style>
a { background-color: #D75229; }
a { background-color: rgb(215,82,41); }
div.DivClassName
{
background-color: #D75229;
}
.BgClassName
{
background-color: #D75229;
}
</style>
border-color css
<style>
span { border-color: #D75229; }
span { border-color: rgb(215,82,41); }
td.TdClassName
{
border-color: #D75229;
}
.TagClassName
{
border-color: #D75229;
}
</style>