#CE4541

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

Shades of Sunset #CE4541

Tints of Sunset #CE4541

Color information

#CE4541 (or 0xCE4541) is unknown color: approx Sunset. HEX triplet: CE, 45 and 41. RGB value is (206,69,65). Sum of RGB (Red+Green+Blue) = 206+69+65=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4541 is #31BABE. Grayscale: #6D6D6D. Windows color (decimal): -3259071 or 4277710. OLE color: 4277710.

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

Color convert

RGB2066965-
CMYK00.670.680.19
HSL1.7º59%53.14%-
HSV(B)1.7º68.45%80.78%-
XYZ28.5417.766.92-
YUV109.51102.89196.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 60.59%
GREEN value IS 69 (27.34% from 255) = 20.29%
BLUE value IS 65 (25.78% from 255) = 19.12%
R=60.59%
G=20.29%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206696500.670.680.191.75953.14
HexCE4541043441323b35
Octal31610510101031042327365
Binary11001110100010110000010100001110001001001110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4541; }

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

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

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

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

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

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

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

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