#c74f4a

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

Shades of Sunset #C74F4A

Tints of Sunset #C74F4A

Color information

#C74F4A (or 0xC74F4A) is unknown color: approx Sunset. HEX triplet: C7, 4F and 4A. RGB value is (199,79,74). Sum of RGB (Red+Green+Blue) = 199+79+74=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74F4A is #38B0B5. Grayscale: #727272. Windows color (decimal): -3715254 or 4870087. OLE color: 4870087.

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

Color convert

RGB1997974-
CMYK00.600.630.22
HSL2.4º52.74%53.53%-
HSV(B)2.4º62.81%78.04%-
XYZ27.5918.238.54-
YUV114.31105.26188.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 56.53%
GREEN value IS 79 (31.25% from 255) = 22.44%
BLUE value IS 74 (29.30% from 255) = 21.02%
R=56.53%
G=22.44%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199797400.600.630.222.452.7453.53
HexC74F4A03C3F1623536
Octal307117112074772626566
Binary110001111001111100101001111001111111011010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c74f4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c74f4a; }

 p { color: rgb(199,79,74); }

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

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

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

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

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

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

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