#C74141

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

Shades of Sunset #C74141

Tints of Sunset #C74141

Color information

#C74141 (or 0xC74141) is unknown color: approx Sunset. HEX triplet: C7, 41 and 41. RGB value is (199,65,65). Sum of RGB (Red+Green+Blue) = 199+65+65=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C74141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74141 is #38BEBE. Grayscale: #696969. Windows color (decimal): -3718847 or 4276679. OLE color: 4276679.

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

Color convert

RGB1996565-
CMYK00.670.670.22
HSL54.47%51.76%-
HSV(B)67.34%78.04%-
XYZ26.416.36.76-
YUV105.07105.39195-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 60.49%
GREEN value IS 65 (25.78% from 255) = 19.76%
BLUE value IS 65 (25.78% from 255) = 19.76%
R=60.49%
G=19.76%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199656500.670.670.22054.4751.76
HexC74141043431603634
Octal30710110101031032606664
Binary1100011110000011000001010000111000011101100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74141; }

 p { color: rgb(199,65,65); }

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

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

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

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

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

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

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