Html Css Color HEX #C74C49 Sunset

📋 copy color: '#C74C49'

red 199 ◦ green 76 ◦ blue 73

#C74C49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunset #C74C49

Tints of Sunset #C74C49

RGB

 RED value IS 199 (78.13% from 255) = 57.18%

 GREEN value IS 76 (30.08% from 255) = 21.84%

 BLUE value IS 73 (28.91% from 255) = 20.98%

R = 57.18%
G = 21.84%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C74C49 (or 0xC74C49) is known color: Sunset. HEX triplet: C7, 4C and 49. RGB value is (199,76,73). Sum of RGB (Red+Green+Blue) = 199+76+73=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74C49 is #38B3B6. Grayscale: #707070. Windows color (decimal): -3716023 or 4803783. OLE color: 4803783.

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

Color convert

RGB 199 76 73 -
CMYK 0 0.62 0.63 0.22
HSL 1.43º 0.53% 0.53% -
HSV(B) 1.43º 0.63% 0.78% -
XYZ 27.34 17.79 8.3 -
YUV 112.44 105.75 189.74 -
System Red Green Blue C M Y K H S L
Decimal 199 76 73 0 0.62 0.63 0.22 1.43 0.53 0.53
Hex C7 4C 49 0 3E 3F 16 1 35 35
Octal 307 114 111 0 76 77 26 1 65 65
Binary 11000111 1001100 1001001 0 111110 111111 10110 1 110101 110101

Color Harmonies of #C74C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74C49

Black with #C74C49

Text Example


Text Example

White with #C74C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74C49; }

 p { color: rgb(199,76,73); }

 H1.HeaderClassName
 {
   color: #C74C49;
 }
 .AnyTagClassName
 {
   color: #C74C49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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