#CE4841

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

Shades of Sunset #CE4841

Tints of Sunset #CE4841

Color information

#CE4841 (or 0xCE4841) is unknown color: approx Sunset. HEX triplet: CE, 48 and 41. RGB value is (206,72,65). Sum of RGB (Red+Green+Blue) = 206+72+65=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4841 is #31B7BE. Grayscale: #6F6F6F. Windows color (decimal): -3258303 or 4278478. OLE color: 4278478.

HSL color Cylindrical-coordinate representation of color #CE4841: hue angle of 2.98º 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 #CE4841 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB2067265-
CMYK00.650.680.19
HSL2.98º59%53.14%-
HSV(B)2.98º68.45%80.78%-
XYZ28.7318.146.99-
YUV111.27101.89195.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 60.06%
GREEN value IS 72 (28.52% from 255) = 20.99%
BLUE value IS 65 (25.78% from 255) = 18.95%
R=60.06%
G=20.99%
B=18.95%

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
Decimal206726500.650.680.192.985953.14
HexCE4841041441333b35
Octal31611010101011042337365
Binary11001110100100010000010100000110001001001111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4841; }

 p { color: rgb(206,72,65); }

 H1.HeaderClassName
 {
   color: #CE4841;
 }
 .AnyTagClassName
 {
   color: #CE4841;
 }
</style>
background-color css

<style>
 a { background-color: #CE4841; }

 a { background-color: rgb(206,72,65); }

 div.DivClassName
 {
   background-color: #CE4841;
 }
 .BgClassName
 {
   background-color: #CE4841;
 }
</style>
border-color css

<style>
 span { border-color: #CE4841; }

 span { border-color: rgb(206,72,65); }

 td.TdClassName
 {
   border-color: #CE4841;
 }
 .TagClassName
 {
   border-color: #CE4841;
 }
</style>