Shades of Sunset #CE4540
Tints of Sunset #CE4540
RGB
CMYK
RGB Variations
Color information
#CE4540 (or 0xCE4540) is known color: Sunset. HEX triplet: CE, 45 and 40. RGB value is (206,69,64). Sum of RGB (Red+Green+Blue) = 206+69+64=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4540 is #31BABF. Grayscale: #6D6D6D. Windows color (decimal): -3259072 or 4212174. OLE color: 4212174.
HSL color Cylindrical-coordinate representation of color #CE4540: hue angle of 2.11º 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 #CE4540 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 69 | 64 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.19 |
| HSL | 2.11º | 0.59% | 0.53% | - |
| HSV(B) | 2.11º | 0.69% | 0.81% | - |
| XYZ | 28.51 | 17.75 | 6.77 | - |
| YUV | 109.39 | 102.39 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 69 | 64 | 0 | 0.67 | 0.69 | 0.19 | 2.11 | 0.59 | 0.53 |
| Hex | CE | 45 | 40 | 0 | 43 | 45 | 13 | 2 | 3B | 35 |
| Octal | 316 | 105 | 100 | 0 | 103 | 105 | 23 | 2 | 73 | 65 |
| Binary | 11001110 | 1000101 | 1000000 | 0 | 1000011 | 1000101 | 10011 | 10 | 111011 | 110101 |
Color Harmonies of #CE4540
Complementary color
Monochromatic Colors of #CE4540
Black with #CE4540
Text Example
Text Example
White with #CE4540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4540; }
p { color: rgb(206,69,64); }
H1.HeaderClassName
{
color: #CE4540;
}
.AnyTagClassName
{
color: #CE4540;
}
</style>
background-color css
<style>
a { background-color: #CE4540; }
a { background-color: rgb(206,69,64); }
div.DivClassName
{
background-color: #CE4540;
}
.BgClassName
{
background-color: #CE4540;
}
</style>
border-color css
<style>
span { border-color: #CE4540; }
span { border-color: rgb(206,69,64); }
td.TdClassName
{
border-color: #CE4540;
}
.TagClassName
{
border-color: #CE4540;
}
</style>