Shades of Chilean Fire #D65629
Tints of Chilean Fire #D65629
RGB
CMYK
RGB Variations
Color information
#D65629 (or 0xD65629) is known color: Chilean Fire. HEX triplet: D6, 56 and 29. RGB value is (214,86,41). Sum of RGB (Red+Green+Blue) = 214+86+41=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D65629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65629 is #29A9D6. Grayscale: #777777. Windows color (decimal): -2730455 or 2709206. OLE color: 2709206.
HSL color Cylindrical-coordinate representation of color #D65629: hue angle of 15.61º 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 #D65629 is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 41 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.16 |
| HSL | 15.61º | 0.68% | 0.5% | - |
| HSV(B) | 15.61º | 0.81% | 0.84% | - |
| XYZ | 31.46 | 21.11 | 4.51 | - |
| YUV | 119.14 | 83.91 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 41 | 0 | 0.60 | 0.81 | 0.16 | 15.61 | 0.68 | 0.5 |
| Hex | D6 | 56 | 29 | 0 | 3C | 51 | 10 | 10 | 44 | 32 |
| Octal | 326 | 126 | 51 | 0 | 74 | 121 | 20 | 20 | 104 | 62 |
| Binary | 11010110 | 1010110 | 101001 | 0 | 111100 | 1010001 | 10000 | 10000 | 1000100 | 110010 |
Color Harmonies of #D65629
Complementary color
Monochromatic Colors of #D65629
Black with #D65629
Text Example
Text Example
White with #D65629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65629; }
p { color: rgb(214,86,41); }
H1.HeaderClassName
{
color: #D65629;
}
.AnyTagClassName
{
color: #D65629;
}
</style>
background-color css
<style>
a { background-color: #D65629; }
a { background-color: rgb(214,86,41); }
div.DivClassName
{
background-color: #D65629;
}
.BgClassName
{
background-color: #D65629;
}
</style>
border-color css
<style>
span { border-color: #D65629; }
span { border-color: rgb(214,86,41); }
td.TdClassName
{
border-color: #D65629;
}
.TagClassName
{
border-color: #D65629;
}
</style>