Shades of Chilean Fire #D65429
Tints of Chilean Fire #D65429
RGB
CMYK
RGB Variations
Color information
#D65429 (or 0xD65429) is known color: Chilean Fire. HEX triplet: D6, 54 and 29. RGB value is (214,84,41). Sum of RGB (Red+Green+Blue) = 214+84+41=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D65429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65429 is #29ABD6. Grayscale: #767676. Windows color (decimal): -2730967 or 2708694. OLE color: 2708694.
HSL color Cylindrical-coordinate representation of color #D65429: hue angle of 14.91º 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 #D65429 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 41 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.16 |
| HSL | 14.91º | 0.68% | 0.5% | - |
| HSV(B) | 14.91º | 0.81% | 0.84% | - |
| XYZ | 31.3 | 20.8 | 4.46 | - |
| YUV | 117.97 | 84.57 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 41 | 0 | 0.61 | 0.81 | 0.16 | 14.91 | 0.68 | 0.5 |
| Hex | D6 | 54 | 29 | 0 | 3D | 51 | 10 | F | 44 | 32 |
| Octal | 326 | 124 | 51 | 0 | 75 | 121 | 20 | 17 | 104 | 62 |
| Binary | 11010110 | 1010100 | 101001 | 0 | 111101 | 1010001 | 10000 | 1111 | 1000100 | 110010 |
Color Harmonies of #D65429
Complementary color
Monochromatic Colors of #D65429
Black with #D65429
Text Example
Text Example
White with #D65429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65429; }
p { color: rgb(214,84,41); }
H1.HeaderClassName
{
color: #D65429;
}
.AnyTagClassName
{
color: #D65429;
}
</style>
background-color css
<style>
a { background-color: #D65429; }
a { background-color: rgb(214,84,41); }
div.DivClassName
{
background-color: #D65429;
}
.BgClassName
{
background-color: #D65429;
}
</style>
border-color css
<style>
span { border-color: #D65429; }
span { border-color: rgb(214,84,41); }
td.TdClassName
{
border-color: #D65429;
}
.TagClassName
{
border-color: #D65429;
}
</style>