#CC4545

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

Shades of Sunset #CC4545

Tints of Sunset #CC4545

Color information

#CC4545 (or 0xCC4545) is unknown color: approx Sunset. HEX triplet: CC, 45 and 45. RGB value is (204,69,69). Sum of RGB (Red+Green+Blue) = 204+69+69=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4545 is #33BABA. Grayscale: #6D6D6D. Windows color (decimal): -3390139 or 4539852. OLE color: 4539852.

HSL color Cylindrical-coordinate representation of color #CC4545: hue angle of 0º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4545 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB2046969-
CMYK00.660.660.2
HSL56.96%53.53%-
HSV(B)66.18%80%-
XYZ28.117.527.53-
YUV109.36105.23195.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.65%
GREEN value IS 69 (27.34% from 255) = 20.18%
BLUE value IS 69 (27.34% from 255) = 20.18%
R=59.65%
G=20.18%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204696900.660.660.2056.9653.53
HexCC4545042421403936
Octal31410510501021022407166
Binary1100110010001011000101010000101000010101000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4545; }

 p { color: rgb(204,69,69); }

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

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

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

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

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

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

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