#c54848

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

Shades of Sunset #C54848

Tints of Sunset #C54848

Color information

#C54848 (or 0xC54848) is unknown color: approx Sunset. HEX triplet: C5, 48 and 48. RGB value is (197,72,72). Sum of RGB (Red+Green+Blue) = 197+72+72=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C54848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54848 is #3AB7B7. Grayscale: #6D6D6D. Windows color (decimal): -3848120 or 4737221. OLE color: 4737221.

HSL color Cylindrical-coordinate representation of color #C54848: hue angle of 0º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C54848 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB1977272-
CMYK00.630.630.23
HSL51.87%52.75%-
HSV(B)63.45%77.25%-
XYZ26.5116.978.01-
YUV109.38106.91190.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 57.77%
GREEN value IS 72 (28.52% from 255) = 21.11%
BLUE value IS 72 (28.52% from 255) = 21.11%
R=57.77%
G=21.11%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197727200.630.630.23051.8752.75
HexC5484803F3F1703435
Octal305110110077772706465
Binary11000101100100010010000111111111111101110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c54848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c54848; }

 p { color: rgb(197,72,72); }

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

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

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

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

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

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

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