Shades of Sunset #CE4949
Tints of Sunset #CE4949
RGB
CMYK
RGB Variations
Color information
#CE4949 (or 0xCE4949) is known color: Sunset. HEX triplet: CE, 49 and 49. RGB value is (206,73,73). Sum of RGB (Red+Green+Blue) = 206+73+73=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4949 is #31B6B6. Grayscale: #707070. Windows color (decimal): -3258039 or 4803022. OLE color: 4803022.
HSL color Cylindrical-coordinate representation of color #CE4949: 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 #CE4949 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 73 | 73 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.19 |
| HSL | 0º | 0.58% | 0.55% | - |
| HSV(B) | 0º | 0.65% | 0.81% | - |
| XYZ | 29.04 | 18.37 | 8.32 | - |
| YUV | 112.77 | 105.56 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 73 | 0 | 0.65 | 0.65 | 0.19 | 0 | 0.58 | 0.55 |
| Hex | CE | 49 | 49 | 0 | 41 | 41 | 13 | 0 | 3A | 37 |
| Octal | 316 | 111 | 111 | 0 | 101 | 101 | 23 | 0 | 72 | 67 |
| Binary | 11001110 | 1001001 | 1001001 | 0 | 1000001 | 1000001 | 10011 | 0 | 111010 | 110111 |
Color Harmonies of #CE4949
Complementary color
Monochromatic Colors of #CE4949
Black with #CE4949
Text Example
Text Example
White with #CE4949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4949; }
p { color: rgb(206,73,73); }
H1.HeaderClassName
{
color: #CE4949;
}
.AnyTagClassName
{
color: #CE4949;
}
</style>
background-color css
<style>
a { background-color: #CE4949; }
a { background-color: rgb(206,73,73); }
div.DivClassName
{
background-color: #CE4949;
}
.BgClassName
{
background-color: #CE4949;
}
</style>
border-color css
<style>
span { border-color: #CE4949; }
span { border-color: rgb(206,73,73); }
td.TdClassName
{
border-color: #CE4949;
}
.TagClassName
{
border-color: #CE4949;
}
</style>