Shades of Chilean Fire #D65829
Tints of Chilean Fire #D65829
RGB
CMYK
RGB Variations
Color information
#D65829 (or 0xD65829) is known color: Chilean Fire. HEX triplet: D6, 58 and 29. RGB value is (214,88,41). Sum of RGB (Red+Green+Blue) = 214+88+41=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 41 (16.41% from 255 or 11.95% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D65829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65829 is #29A7D6. Grayscale: #787878. Windows color (decimal): -2729943 or 2709718. OLE color: 2709718.
HSL color Cylindrical-coordinate representation of color #D65829: hue angle of 16.3º degrees, saturation: 0.68, 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 #D65829 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 41 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.16 |
| HSL | 16.3º | 0.68% | 0.5% | - |
| HSV(B) | 16.3º | 0.81% | 0.84% | - |
| XYZ | 31.62 | 21.44 | 4.57 | - |
| YUV | 120.32 | 83.24 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 41 | 0 | 0.59 | 0.81 | 0.16 | 16.3 | 0.68 | 0.5 |
| Hex | D6 | 58 | 29 | 0 | 3B | 51 | 10 | 10 | 44 | 32 |
| Octal | 326 | 130 | 51 | 0 | 73 | 121 | 20 | 20 | 104 | 62 |
| Binary | 11010110 | 1011000 | 101001 | 0 | 111011 | 1010001 | 10000 | 10000 | 1000100 | 110010 |
Color Harmonies of #D65829
Complementary color
Monochromatic Colors of #D65829
Black with #D65829
Text Example
Text Example
White with #D65829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65829; }
p { color: rgb(214,88,41); }
H1.HeaderClassName
{
color: #D65829;
}
.AnyTagClassName
{
color: #D65829;
}
</style>
background-color css
<style>
a { background-color: #D65829; }
a { background-color: rgb(214,88,41); }
div.DivClassName
{
background-color: #D65829;
}
.BgClassName
{
background-color: #D65829;
}
</style>
border-color css
<style>
span { border-color: #D65829; }
span { border-color: rgb(214,88,41); }
td.TdClassName
{
border-color: #D65829;
}
.TagClassName
{
border-color: #D65829;
}
</style>