Shades of Chilean Fire #CE6531
Tints of Chilean Fire #CE6531
RGB
CMYK
RGB Variations
Color information
#CE6531 (or 0xCE6531) is known color: Chilean Fire. HEX triplet: CE, 65 and 31. RGB value is (206,101,49). Sum of RGB (Red+Green+Blue) = 206+101+49=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6531 is #319ACE. Grayscale: #7E7E7E. Windows color (decimal): -3250895 or 3237326. OLE color: 3237326.
HSL color Cylindrical-coordinate representation of color #CE6531: hue angle of 19.87º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE6531 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 49 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.19 |
| HSL | 19.87º | 0.62% | 0.5% | - |
| HSV(B) | 19.87º | 0.76% | 0.81% | - |
| XYZ | 30.66 | 22.65 | 5.66 | - |
| YUV | 126.47 | 84.29 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 49 | 0 | 0.51 | 0.76 | 0.19 | 19.87 | 0.62 | 0.5 |
| Hex | CE | 65 | 31 | 0 | 33 | 4C | 13 | 14 | 3E | 32 |
| Octal | 316 | 145 | 61 | 0 | 63 | 114 | 23 | 24 | 76 | 62 |
| Binary | 11001110 | 1100101 | 110001 | 0 | 110011 | 1001100 | 10011 | 10100 | 111110 | 110010 |
Color Harmonies of #CE6531
Complementary color
Monochromatic Colors of #CE6531
Black with #CE6531
Text Example
Text Example
White with #CE6531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6531; }
p { color: rgb(206,101,49); }
H1.HeaderClassName
{
color: #CE6531;
}
.AnyTagClassName
{
color: #CE6531;
}
</style>
background-color css
<style>
a { background-color: #CE6531; }
a { background-color: rgb(206,101,49); }
div.DivClassName
{
background-color: #CE6531;
}
.BgClassName
{
background-color: #CE6531;
}
</style>
border-color css
<style>
span { border-color: #CE6531; }
span { border-color: rgb(206,101,49); }
td.TdClassName
{
border-color: #CE6531;
}
.TagClassName
{
border-color: #CE6531;
}
</style>