Html Css Color HEX #C74A48 Sunset

📋 copy color: '#C74A48'

red 199 ◦ green 74 ◦ blue 72

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

Shades of Sunset #C74A48

Tints of Sunset #C74A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.45%

 BLUE value IS 72 (28.52% from 255) = 20.87%

R = 57.68%
G = 21.45%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C74A48 (or 0xC74A48) is known color: Sunset. HEX triplet: C7, 4A and 48. RGB value is (199,74,72). Sum of RGB (Red+Green+Blue) = 199+74+72=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74A48 is #38B5B7. Grayscale: #6F6F6F. Windows color (decimal): -3716536 or 4737735. OLE color: 4737735.

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

Color convert

RGB 199 74 72 -
CMYK 0 0.63 0.64 0.22
HSL 0.94º 0.53% 0.53% -
HSV(B) 0.94º 0.64% 0.78% -
XYZ 27.17 17.51 8.08 -
YUV 111.15 105.91 190.66 -
System Red Green Blue C M Y K H S L
Decimal 199 74 72 0 0.63 0.64 0.22 0.94 0.53 0.53
Hex C7 4A 48 0 3F 40 16 1 35 35
Octal 307 112 110 0 77 100 26 1 65 65
Binary 11000111 1001010 1001000 0 111111 1000000 10110 1 110101 110101

Color Harmonies of #C74A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74A48

Black with #C74A48

Text Example


Text Example

White with #C74A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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