Shades of Chilean Fire #CE602D
Tints of Chilean Fire #CE602D
RGB
CMYK
RGB Variations
Color information
#CE602D (or 0xCE602D) is known color: Chilean Fire. HEX triplet: CE, 60 and 2D. RGB value is (206,96,45). Sum of RGB (Red+Green+Blue) = 206+96+45=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE602D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE602D is #319FD2. Grayscale: #7B7B7B. Windows color (decimal): -3252179 or 2973902. OLE color: 2973902.
HSL color Cylindrical-coordinate representation of color #CE602D: hue angle of 19.01º 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 #CE602D is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 45 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.19 |
| HSL | 19.01º | 0.64% | 0.49% | - |
| HSV(B) | 19.01º | 0.78% | 0.81% | - |
| XYZ | 30.11 | 21.68 | 5.08 | - |
| YUV | 123.08 | 83.94 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 45 | 0 | 0.53 | 0.78 | 0.19 | 19.01 | 0.64 | 0.49 |
| Hex | CE | 60 | 2D | 0 | 35 | 4E | 13 | 13 | 40 | 31 |
| Octal | 316 | 140 | 55 | 0 | 65 | 116 | 23 | 23 | 100 | 61 |
| Binary | 11001110 | 1100000 | 101101 | 0 | 110101 | 1001110 | 10011 | 10011 | 1000000 | 110001 |
Color Harmonies of #CE602D
Complementary color
Monochromatic Colors of #CE602D
Black with #CE602D
Text Example
Text Example
White with #CE602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE602D; }
p { color: rgb(206,96,45); }
H1.HeaderClassName
{
color: #CE602D;
}
.AnyTagClassName
{
color: #CE602D;
}
</style>
background-color css
<style>
a { background-color: #CE602D; }
a { background-color: rgb(206,96,45); }
div.DivClassName
{
background-color: #CE602D;
}
.BgClassName
{
background-color: #CE602D;
}
</style>
border-color css
<style>
span { border-color: #CE602D; }
span { border-color: rgb(206,96,45); }
td.TdClassName
{
border-color: #CE602D;
}
.TagClassName
{
border-color: #CE602D;
}
</style>