Shades of Sunset #CE4848
Tints of Sunset #CE4848
RGB
CMYK
RGB Variations
Color information
#CE4848 (or 0xCE4848) is known color: Sunset. HEX triplet: CE, 48 and 48. RGB value is (206,72,72). Sum of RGB (Red+Green+Blue) = 206+72+72=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4848 is #31B7B7. Grayscale: #707070. Windows color (decimal): -3258296 or 4737230. OLE color: 4737230.
HSL color Cylindrical-coordinate representation of color #CE4848: hue angle of 0º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE4848 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 72 | 72 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.19 |
| HSL | 0º | 0.58% | 0.55% | - |
| HSV(B) | 0º | 0.65% | 0.81% | - |
| XYZ | 28.94 | 18.22 | 8.12 | - |
| YUV | 112.07 | 105.39 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 72 | 0 | 0.65 | 0.65 | 0.19 | 0 | 0.58 | 0.55 |
| Hex | CE | 48 | 48 | 0 | 41 | 41 | 13 | 0 | 3A | 37 |
| Octal | 316 | 110 | 110 | 0 | 101 | 101 | 23 | 0 | 72 | 67 |
| Binary | 11001110 | 1001000 | 1001000 | 0 | 1000001 | 1000001 | 10011 | 0 | 111010 | 110111 |
Color Harmonies of #CE4848
Complementary color
Monochromatic Colors of #CE4848
Black with #CE4848
Text Example
Text Example
White with #CE4848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4848; }
p { color: rgb(206,72,72); }
H1.HeaderClassName
{
color: #CE4848;
}
.AnyTagClassName
{
color: #CE4848;
}
</style>
background-color css
<style>
a { background-color: #CE4848; }
a { background-color: rgb(206,72,72); }
div.DivClassName
{
background-color: #CE4848;
}
.BgClassName
{
background-color: #CE4848;
}
</style>
border-color css
<style>
span { border-color: #CE4848; }
span { border-color: rgb(206,72,72); }
td.TdClassName
{
border-color: #CE4848;
}
.TagClassName
{
border-color: #CE4848;
}
</style>