#CE4941

Color #CE4941 Sunset (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunset #CE4941

Tints of Sunset #CE4941

Color information

#CE4941 (or 0xCE4941) is unknown color: approx 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

RGB2067365-
CMYK00.650.680.19
HSL3.4º59%53.14%-
HSV(B)3.4º68.45%80.78%-
XYZ28.7918.277.01-
YUV111.85101.56195.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 59.88%
GREEN value IS 73 (28.91% from 255) = 21.22%
BLUE value IS 65 (25.78% from 255) = 18.90%
R=59.88%
G=21.22%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206736500.650.680.193.45953.14
HexCE4941041441333b35
Octal31611110101011042337365
Binary11001110100100110000010100000110001001001111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>