Shades of Chilean Fire #CE5A3A
Tints of Chilean Fire #CE5A3A
RGB
CMYK
RGB Variations
Color information
#CE5A3A (or 0xCE5A3A) is known color: Chilean Fire. HEX triplet: CE, 5A and 3A. RGB value is (206,90,58). Sum of RGB (Red+Green+Blue) = 206+90+58=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5A3A is #31A5C5. Grayscale: #797979. Windows color (decimal): -3253702 or 3824334. OLE color: 3824334.
HSL color Cylindrical-coordinate representation of color #CE5A3A: hue angle of 12.97º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE5A3A is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 90 | 58 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.19 |
| HSL | 12.97º | 0.6% | 0.52% | - |
| HSV(B) | 12.97º | 0.72% | 0.81% | - |
| XYZ | 29.87 | 20.74 | 6.43 | - |
| YUV | 121.04 | 92.43 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 58 | 0 | 0.56 | 0.72 | 0.19 | 12.97 | 0.6 | 0.52 |
| Hex | CE | 5A | 3A | 0 | 38 | 48 | 13 | D | 3C | 34 |
| Octal | 316 | 132 | 72 | 0 | 70 | 110 | 23 | 15 | 74 | 64 |
| Binary | 11001110 | 1011010 | 111010 | 0 | 111000 | 1001000 | 10011 | 1101 | 111100 | 110100 |
Color Harmonies of #CE5A3A
Complementary color
Monochromatic Colors of #CE5A3A
Black with #CE5A3A
Text Example
Text Example
White with #CE5A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5A3A; }
p { color: rgb(206,90,58); }
H1.HeaderClassName
{
color: #CE5A3A;
}
.AnyTagClassName
{
color: #CE5A3A;
}
</style>
background-color css
<style>
a { background-color: #CE5A3A; }
a { background-color: rgb(206,90,58); }
div.DivClassName
{
background-color: #CE5A3A;
}
.BgClassName
{
background-color: #CE5A3A;
}
</style>
border-color css
<style>
span { border-color: #CE5A3A; }
span { border-color: rgb(206,90,58); }
td.TdClassName
{
border-color: #CE5A3A;
}
.TagClassName
{
border-color: #CE5A3A;
}
</style>