#C74240

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

Shades of Sunset #C74240

Tints of Sunset #C74240

Color information

#C74240 (or 0xC74240) is unknown color: approx Sunset. HEX triplet: C7, 42 and 40. RGB value is (199,66,64). Sum of RGB (Red+Green+Blue) = 199+66+64=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C74240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74240 is #38BDBF. Grayscale: #696969. Windows color (decimal): -3718592 or 4211399. OLE color: 4211399.

HSL color Cylindrical-coordinate representation of color #C74240: hue angle of 0.89º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C74240 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB1996664-
CMYK00.670.680.22
HSL0.89º54.66%51.57%-
HSV(B)0.89º67.84%78.04%-
XYZ26.4316.416.62-
YUV105.54104.56194.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 60.49%
GREEN value IS 66 (26.17% from 255) = 20.06%
BLUE value IS 64 (25.39% from 255) = 19.45%
R=60.49%
G=20.06%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199666400.670.680.220.8954.6651.57
HexC74240043441613734
Octal30710210001031042616764
Binary1100011110000101000000010000111000100101101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74240; }

 p { color: rgb(199,66,64); }

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

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

 a { background-color: rgb(199,66,64); }

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

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

 span { border-color: rgb(199,66,64); }

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