Html Css Color HEX #C74D42 Sunset

📋 copy color: '#C74D42'

red 199 ◦ green 77 ◦ blue 66

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

Shades of Sunset #C74D42

Tints of Sunset #C74D42

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.51%

 BLUE value IS 66 (26.17% from 255) = 19.3%

R = 58.19%
G = 22.51%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C74D42 (or 0xC74D42) is known color: Sunset. HEX triplet: C7, 4D and 42. RGB value is (199,77,66). Sum of RGB (Red+Green+Blue) = 199+77+66=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74D42 is #38B2BD. Grayscale: #707070. Windows color (decimal): -3715774 or 4345287. OLE color: 4345287.

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

Color convert

RGB 199 77 66 -
CMYK 0 0.61 0.67 0.22
HSL 4.96º 0.54% 0.52% -
HSV(B) 4.96º 0.67% 0.78% -
XYZ 27.19 17.84 7.17 -
YUV 112.22 101.92 189.89 -
System Red Green Blue C M Y K H S L
Decimal 199 77 66 0 0.61 0.67 0.22 4.96 0.54 0.52
Hex C7 4D 42 0 3D 43 16 5 36 34
Octal 307 115 102 0 75 103 26 5 66 64
Binary 11000111 1001101 1000010 0 111101 1000011 10110 101 110110 110100

Color Harmonies of #C74D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74D42

Black with #C74D42

Text Example


Text Example

White with #C74D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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