#CE4949

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

Shades of Sunset #CE4949

Tints of Sunset #CE4949

Color information

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

RGB2067373-
CMYK00.650.650.19
HSL57.58%54.71%-
HSV(B)64.56%80.78%-
XYZ29.0418.378.32-
YUV112.77105.56194.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 58.52%
GREEN value IS 73 (28.91% from 255) = 20.74%
BLUE value IS 73 (28.91% from 255) = 20.74%
R=58.52%
G=20.74%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206737300.650.650.19057.5854.71
HexCE4949041411303a37
Octal31611111101011012307267
Binary1100111010010011001001010000011000001100110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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