Shades of Chilean Fire #CE5B2D
Tints of Chilean Fire #CE5B2D
RGB
CMYK
RGB Variations
Color information
#CE5B2D (or 0xCE5B2D) is known color: Chilean Fire. HEX triplet: CE, 5B and 2D. RGB value is (206,91,45). Sum of RGB (Red+Green+Blue) = 206+91+45=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5B2D is #31A4D2. Grayscale: #787878. Windows color (decimal): -3253459 or 2972622. OLE color: 2972622.
HSL color Cylindrical-coordinate representation of color #CE5B2D: hue angle of 17.14º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE5B2D is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 45 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.19 |
| HSL | 17.14º | 0.64% | 0.49% | - |
| HSV(B) | 17.14º | 0.78% | 0.81% | - |
| XYZ | 29.67 | 20.79 | 4.93 | - |
| YUV | 120.14 | 85.6 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 45 | 0 | 0.56 | 0.78 | 0.19 | 17.14 | 0.64 | 0.49 |
| Hex | CE | 5B | 2D | 0 | 38 | 4E | 13 | 11 | 40 | 31 |
| Octal | 316 | 133 | 55 | 0 | 70 | 116 | 23 | 21 | 100 | 61 |
| Binary | 11001110 | 1011011 | 101101 | 0 | 111000 | 1001110 | 10011 | 10001 | 1000000 | 110001 |
Color Harmonies of #CE5B2D
Complementary color
Monochromatic Colors of #CE5B2D
Black with #CE5B2D
Text Example
Text Example
White with #CE5B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B2D; }
p { color: rgb(206,91,45); }
H1.HeaderClassName
{
color: #CE5B2D;
}
.AnyTagClassName
{
color: #CE5B2D;
}
</style>
background-color css
<style>
a { background-color: #CE5B2D; }
a { background-color: rgb(206,91,45); }
div.DivClassName
{
background-color: #CE5B2D;
}
.BgClassName
{
background-color: #CE5B2D;
}
</style>
border-color css
<style>
span { border-color: #CE5B2D; }
span { border-color: rgb(206,91,45); }
td.TdClassName
{
border-color: #CE5B2D;
}
.TagClassName
{
border-color: #CE5B2D;
}
</style>