Shades of Sunset #CE4A47
Tints of Sunset #CE4A47
RGB
CMYK
RGB Variations
Color information
#CE4A47 (or 0xCE4A47) is known color: Sunset. HEX triplet: CE, 4A and 47. RGB value is (206,74,71). Sum of RGB (Red+Green+Blue) = 206+74+71=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4A47 is #31B5B8. Grayscale: #717171. Windows color (decimal): -3257785 or 4672206. OLE color: 4672206.
HSL color Cylindrical-coordinate representation of color #CE4A47: hue angle of 1.33º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE4A47 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 71 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.19 |
| HSL | 1.33º | 0.58% | 0.54% | - |
| HSV(B) | 1.33º | 0.66% | 0.81% | - |
| XYZ | 29.04 | 18.47 | 8 | - |
| YUV | 113.13 | 104.23 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 71 | 0 | 0.64 | 0.66 | 0.19 | 1.33 | 0.58 | 0.54 |
| Hex | CE | 4A | 47 | 0 | 40 | 42 | 13 | 1 | 3A | 36 |
| Octal | 316 | 112 | 107 | 0 | 100 | 102 | 23 | 1 | 72 | 66 |
| Binary | 11001110 | 1001010 | 1000111 | 0 | 1000000 | 1000010 | 10011 | 1 | 111010 | 110110 |
Color Harmonies of #CE4A47
Complementary color
Monochromatic Colors of #CE4A47
Black with #CE4A47
Text Example
Text Example
White with #CE4A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4A47; }
p { color: rgb(206,74,71); }
H1.HeaderClassName
{
color: #CE4A47;
}
.AnyTagClassName
{
color: #CE4A47;
}
</style>
background-color css
<style>
a { background-color: #CE4A47; }
a { background-color: rgb(206,74,71); }
div.DivClassName
{
background-color: #CE4A47;
}
.BgClassName
{
background-color: #CE4A47;
}
</style>
border-color css
<style>
span { border-color: #CE4A47; }
span { border-color: rgb(206,74,71); }
td.TdClassName
{
border-color: #CE4A47;
}
.TagClassName
{
border-color: #CE4A47;
}
</style>