Shades of Chilean Fire #CE5A2C
Tints of Chilean Fire #CE5A2C
RGB
CMYK
RGB Variations
Color information
#CE5A2C (or 0xCE5A2C) is known color: Chilean Fire. HEX triplet: CE, 5A and 2C. RGB value is (206,90,44). Sum of RGB (Red+Green+Blue) = 206+90+44=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5A2C is #31A5D3. Grayscale: #777777. Windows color (decimal): -3253716 or 2906830. OLE color: 2906830.
HSL color Cylindrical-coordinate representation of color #CE5A2C: hue angle of 17.04º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE5A2C is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 90 | 44 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.19 |
| HSL | 17.04º | 0.65% | 0.49% | - |
| HSV(B) | 17.04º | 0.79% | 0.81% | - |
| XYZ | 29.56 | 20.62 | 4.8 | - |
| YUV | 119.44 | 85.43 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 44 | 0 | 0.56 | 0.79 | 0.19 | 17.04 | 0.65 | 0.49 |
| Hex | CE | 5A | 2C | 0 | 38 | 4F | 13 | 11 | 41 | 31 |
| Octal | 316 | 132 | 54 | 0 | 70 | 117 | 23 | 21 | 101 | 61 |
| Binary | 11001110 | 1011010 | 101100 | 0 | 111000 | 1001111 | 10011 | 10001 | 1000001 | 110001 |
Color Harmonies of #CE5A2C
Complementary color
Monochromatic Colors of #CE5A2C
Black with #CE5A2C
Text Example
Text Example
White with #CE5A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5A2C; }
p { color: rgb(206,90,44); }
H1.HeaderClassName
{
color: #CE5A2C;
}
.AnyTagClassName
{
color: #CE5A2C;
}
</style>
background-color css
<style>
a { background-color: #CE5A2C; }
a { background-color: rgb(206,90,44); }
div.DivClassName
{
background-color: #CE5A2C;
}
.BgClassName
{
background-color: #CE5A2C;
}
</style>
border-color css
<style>
span { border-color: #CE5A2C; }
span { border-color: rgb(206,90,44); }
td.TdClassName
{
border-color: #CE5A2C;
}
.TagClassName
{
border-color: #CE5A2C;
}
</style>