Shades of Sunset #CE4342
Tints of Sunset #CE4342
RGB
CMYK
RGB Variations
Color information
#CE4342 (or 0xCE4342) is known color: Sunset. HEX triplet: CE, 43 and 42. RGB value is (206,67,66). Sum of RGB (Red+Green+Blue) = 206+67+66=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4342 is #31BCBD. Grayscale: #6C6C6C. Windows color (decimal): -3259582 or 4342734. OLE color: 4342734.
HSL color Cylindrical-coordinate representation of color #CE4342: hue angle of 0.43º 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 #CE4342 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 66 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.19 |
| HSL | 0.43º | 0.59% | 0.53% | - |
| HSV(B) | 0.43º | 0.68% | 0.81% | - |
| XYZ | 28.44 | 17.53 | 7.04 | - |
| YUV | 108.45 | 104.05 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 66 | 0 | 0.67 | 0.68 | 0.19 | 0.43 | 0.59 | 0.53 |
| Hex | CE | 43 | 42 | 0 | 43 | 44 | 13 | 0 | 3B | 35 |
| Octal | 316 | 103 | 102 | 0 | 103 | 104 | 23 | 0 | 73 | 65 |
| Binary | 11001110 | 1000011 | 1000010 | 0 | 1000011 | 1000100 | 10011 | 0 | 111011 | 110101 |
Color Harmonies of #CE4342
Complementary color
Monochromatic Colors of #CE4342
Black with #CE4342
Text Example
Text Example
White with #CE4342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4342; }
p { color: rgb(206,67,66); }
H1.HeaderClassName
{
color: #CE4342;
}
.AnyTagClassName
{
color: #CE4342;
}
</style>
background-color css
<style>
a { background-color: #CE4342; }
a { background-color: rgb(206,67,66); }
div.DivClassName
{
background-color: #CE4342;
}
.BgClassName
{
background-color: #CE4342;
}
</style>
border-color css
<style>
span { border-color: #CE4342; }
span { border-color: rgb(206,67,66); }
td.TdClassName
{
border-color: #CE4342;
}
.TagClassName
{
border-color: #CE4342;
}
</style>