Shades of Sunset #CE4640
Tints of Sunset #CE4640
RGB
CMYK
RGB Variations
Color information
#CE4640 (or 0xCE4640) is known color: Sunset. HEX triplet: CE, 46 and 40. RGB value is (206,70,64). Sum of RGB (Red+Green+Blue) = 206+70+64=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4640 is #31B9BF. Grayscale: #6E6E6E. Windows color (decimal): -3258816 or 4212430. OLE color: 4212430.
HSL color Cylindrical-coordinate representation of color #CE4640: hue angle of 2.54º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE4640 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 64 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.19 |
| HSL | 2.54º | 0.59% | 0.53% | - |
| HSV(B) | 2.54º | 0.69% | 0.81% | - |
| XYZ | 28.57 | 17.87 | 6.79 | - |
| YUV | 109.98 | 102.06 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 64 | 0 | 0.66 | 0.69 | 0.19 | 2.54 | 0.59 | 0.53 |
| Hex | CE | 46 | 40 | 0 | 42 | 45 | 13 | 3 | 3B | 35 |
| Octal | 316 | 106 | 100 | 0 | 102 | 105 | 23 | 3 | 73 | 65 |
| Binary | 11001110 | 1000110 | 1000000 | 0 | 1000010 | 1000101 | 10011 | 11 | 111011 | 110101 |
Color Harmonies of #CE4640
Complementary color
Monochromatic Colors of #CE4640
Black with #CE4640
Text Example
Text Example
White with #CE4640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4640; }
p { color: rgb(206,70,64); }
H1.HeaderClassName
{
color: #CE4640;
}
.AnyTagClassName
{
color: #CE4640;
}
</style>
background-color css
<style>
a { background-color: #CE4640; }
a { background-color: rgb(206,70,64); }
div.DivClassName
{
background-color: #CE4640;
}
.BgClassName
{
background-color: #CE4640;
}
</style>
border-color css
<style>
span { border-color: #CE4640; }
span { border-color: rgb(206,70,64); }
td.TdClassName
{
border-color: #CE4640;
}
.TagClassName
{
border-color: #CE4640;
}
</style>