#C54B42

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

Shades of Sunset #C54B42

Tints of Sunset #C54B42

Color information

#C54B42 (or 0xC54B42) is unknown color: approx Sunset. HEX triplet: C5, 4B and 42. RGB value is (197,75,66). Sum of RGB (Red+Green+Blue) = 197+75+66=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54B42 is #3AB4BD. Grayscale: #6E6E6E. Windows color (decimal): -3847358 or 4344773. OLE color: 4344773.

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

Color convert

RGB1977566-
CMYK00.620.660.23
HSL4.12º53.04%51.57%-
HSV(B)4.12º66.5%77.25%-
XYZ26.5317.37.09-
YUV110.45102.92189.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.28%
GREEN value IS 75 (29.69% from 255) = 22.19%
BLUE value IS 66 (26.17% from 255) = 19.53%
R=58.28%
G=22.19%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197756600.620.660.234.1253.0451.57
HexC54B4203E421743534
Octal3051131020761022746564
Binary11000101100101110000100111110100001010111100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54B42; }

 p { color: rgb(197,75,66); }

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

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

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

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

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

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

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