Shades of Sunset #CE4941
Tints of Sunset #CE4941
RGB
CMYK
RGB Variations
Color information
#CE4941 (or 0xCE4941) is known color: Sunset. HEX triplet: CE, 49 and 41. RGB value is (206,73,65). Sum of RGB (Red+Green+Blue) = 206+73+65=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4941 is #31B6BE. Grayscale: #707070. Windows color (decimal): -3258047 or 4278734. OLE color: 4278734.
HSL color Cylindrical-coordinate representation of color #CE4941: hue angle of 3.4º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4941 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 73 | 65 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.19 |
| HSL | 3.4º | 0.59% | 0.53% | - |
| HSV(B) | 3.4º | 0.68% | 0.81% | - |
| XYZ | 28.79 | 18.27 | 7.01 | - |
| YUV | 111.86 | 101.56 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 65 | 0 | 0.65 | 0.68 | 0.19 | 3.4 | 0.59 | 0.53 |
| Hex | CE | 49 | 41 | 0 | 41 | 44 | 13 | 3 | 3B | 35 |
| Octal | 316 | 111 | 101 | 0 | 101 | 104 | 23 | 3 | 73 | 65 |
| Binary | 11001110 | 1001001 | 1000001 | 0 | 1000001 | 1000100 | 10011 | 11 | 111011 | 110101 |
Color Harmonies of #CE4941
Complementary color
Monochromatic Colors of #CE4941
Black with #CE4941
Text Example
Text Example
White with #CE4941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4941; }
p { color: rgb(206,73,65); }
H1.HeaderClassName
{
color: #CE4941;
}
.AnyTagClassName
{
color: #CE4941;
}
</style>
background-color css
<style>
a { background-color: #CE4941; }
a { background-color: rgb(206,73,65); }
div.DivClassName
{
background-color: #CE4941;
}
.BgClassName
{
background-color: #CE4941;
}
</style>
border-color css
<style>
span { border-color: #CE4941; }
span { border-color: rgb(206,73,65); }
td.TdClassName
{
border-color: #CE4941;
}
.TagClassName
{
border-color: #CE4941;
}
</style>