#C24D4A

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

Shades of Sunset #C24D4A

Tints of Sunset #C24D4A

Color information

#C24D4A (or 0xC24D4A) is unknown color: approx Sunset. HEX triplet: C2, 4D and 4A. RGB value is (194,77,74). Sum of RGB (Red+Green+Blue) = 194+77+74=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24D4A is #3DB2B5. Grayscale: #6F6F6F. Windows color (decimal): -4043446 or 4869570. OLE color: 4869570.

HSL color Cylindrical-coordinate representation of color #C24D4A: hue angle of 1.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24D4A is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB1947774-
CMYK00.600.620.24
HSL1.5º49.59%52.55%-
HSV(B)1.5º61.86%76.08%-
XYZ26.1417.278.43-
YUV111.64106.76186.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.23%
GREEN value IS 77 (30.47% from 255) = 22.32%
BLUE value IS 74 (29.30% from 255) = 21.45%
R=56.23%
G=22.32%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194777400.600.620.241.549.5952.55
HexC24D4A03C3E1823235
Octal302115112074763026265
Binary110000101001101100101001111001111101100010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24D4A; }

 p { color: rgb(194,77,74); }

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

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

 a { background-color: rgb(194,77,74); }

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

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

 span { border-color: rgb(194,77,74); }

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