Shades of Chilean Fire #E65629
Tints of Chilean Fire #E65629
RGB
CMYK
RGB Variations
Color information
#E65629 (or 0xE65629) is known color: Chilean Fire. HEX triplet: E6, 56 and 29. RGB value is (230,86,41). Sum of RGB (Red+Green+Blue) = 230+86+41=357 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.43% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 230 - color contains mainly: red. Hex color #E65629 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65629 is #19A9D6. Grayscale: #7C7C7C. Windows color (decimal): -1681879 or 2709222. OLE color: 2709222.
HSL color Cylindrical-coordinate representation of color #E65629: hue angle of 14.29º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E65629 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 86 | 41 | - |
CMYK | 0 | 0.63 | 0.82 | 0.10 |
HSL | 14.29º | 0.79% | 0.53% | - |
HSV(B) | 14.29º | 0.82% | 0.9% | - |
XYZ | 36.36 | 23.64 | 4.74 | - |
YUV | 123.93 | 81.21 | 203.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 86 | 41 | 0 | 0.63 | 0.82 | 0.10 | 14.29 | 0.79 | 0.53 |
Hex | E6 | 56 | 29 | 0 | 3F | 52 | A | E | 4F | 35 |
Octal | 346 | 126 | 51 | 0 | 77 | 122 | 12 | 16 | 117 | 65 |
Binary | 11100110 | 1010110 | 101001 | 0 | 111111 | 1010010 | 1010 | 1110 | 1001111 | 110101 |
Color Harmonies of #E65629
Complementary color
Monochromatic Colors of #E65629
Black with #E65629
Text Example
Text Example
White with #E65629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65629; }
p { color: rgb(230,86,41); }
H1.HeaderClassName
{
color: #E65629;
}
.AnyTagClassName
{
color: #E65629;
}
</style>
background-color css
<style>
a { background-color: #E65629; }
a { background-color: rgb(230,86,41); }
div.DivClassName
{
background-color: #E65629;
}
.BgClassName
{
background-color: #E65629;
}
</style>
border-color css
<style>
span { border-color: #E65629; }
span { border-color: rgb(230,86,41); }
td.TdClassName
{
border-color: #E65629;
}
.TagClassName
{
border-color: #E65629;
}
</style>