Shades of Chilean Fire #D75129
Tints of Chilean Fire #D75129
RGB
CMYK
RGB Variations
Color information
#D75129 (or 0xD75129) is known color: Chilean Fire. HEX triplet: D7, 51 and 29. RGB value is (215,81,41). Sum of RGB (Red+Green+Blue) = 215+81+41=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 41 (16.41% from 255 or 12.17% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D75129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75129 is #28AED6. Grayscale: #747474. Windows color (decimal): -2666199 or 2707927. OLE color: 2707927.
HSL color Cylindrical-coordinate representation of color #D75129: hue angle of 13.79º 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 #D75129 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 81 | 41 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.16 |
| HSL | 13.79º | 0.69% | 0.5% | - |
| HSV(B) | 13.79º | 0.81% | 0.84% | - |
| XYZ | 31.37 | 20.49 | 4.4 | - |
| YUV | 116.51 | 85.39 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 81 | 41 | 0 | 0.62 | 0.81 | 0.16 | 13.79 | 0.69 | 0.5 |
| Hex | D7 | 51 | 29 | 0 | 3E | 51 | 10 | E | 45 | 32 |
| Octal | 327 | 121 | 51 | 0 | 76 | 121 | 20 | 16 | 105 | 62 |
| Binary | 11010111 | 1010001 | 101001 | 0 | 111110 | 1010001 | 10000 | 1110 | 1000101 | 110010 |
Color Harmonies of #D75129
Complementary color
Monochromatic Colors of #D75129
Black with #D75129
Text Example
Text Example
White with #D75129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75129; }
p { color: rgb(215,81,41); }
H1.HeaderClassName
{
color: #D75129;
}
.AnyTagClassName
{
color: #D75129;
}
</style>
background-color css
<style>
a { background-color: #D75129; }
a { background-color: rgb(215,81,41); }
div.DivClassName
{
background-color: #D75129;
}
.BgClassName
{
background-color: #D75129;
}
</style>
border-color css
<style>
span { border-color: #D75129; }
span { border-color: rgb(215,81,41); }
td.TdClassName
{
border-color: #D75129;
}
.TagClassName
{
border-color: #D75129;
}
</style>