#C74B42

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

Shades of Sunset #C74B42

Tints of Sunset #C74B42

Color information

#C74B42 (or 0xC74B42) is unknown color: approx Sunset. HEX triplet: C7, 4B and 42. RGB value is (199,75,66). Sum of RGB (Red+Green+Blue) = 199+75+66=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74B42 is #38B4BD. Grayscale: #6F6F6F. Windows color (decimal): -3716286 or 4344775. OLE color: 4344775.

HSL color Cylindrical-coordinate representation of color #C74B42: hue angle of 4.06º 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 #C74B42 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB1997566-
CMYK00.620.670.22
HSL4.06º54.29%51.96%-
HSV(B)4.06º66.83%78.04%-
XYZ27.0517.577.12-
YUV111.05102.58190.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 58.53%
GREEN value IS 75 (29.69% from 255) = 22.06%
BLUE value IS 66 (26.17% from 255) = 19.41%
R=58.53%
G=22.06%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199756600.620.670.224.0654.2951.96
HexC74B4203E431643634
Octal3071131020761032646664
Binary11000111100101110000100111110100001110110100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74B42; }

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

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

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

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

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

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

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

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