Html Css Color HEX #C74740 Sunset

📋 copy color: '#C74740'

red 199 ◦ green 71 ◦ blue 64

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

Shades of Sunset #C74740

Tints of Sunset #C74740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.26%

 BLUE value IS 64 (25.39% from 255) = 19.16%

R = 59.58%
G = 21.26%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C74740 (or 0xC74740) is known color: Sunset. HEX triplet: C7, 47 and 40. RGB value is (199,71,64). Sum of RGB (Red+Green+Blue) = 199+71+64=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C74740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74740 is #38B8BF. Grayscale: #6C6C6C. Windows color (decimal): -3717312 or 4212679. OLE color: 4212679.

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

Color convert

RGB 199 71 64 -
CMYK 0 0.64 0.68 0.22
HSL 3.11º 0.55% 0.52% -
HSV(B) 3.11º 0.68% 0.78% -
XYZ 26.73 17.02 6.73 -
YUV 108.47 102.91 192.57 -
System Red Green Blue C M Y K H S L
Decimal 199 71 64 0 0.64 0.68 0.22 3.11 0.55 0.52
Hex C7 47 40 0 40 44 16 3 37 34
Octal 307 107 100 0 100 104 26 3 67 64
Binary 11000111 1000111 1000000 0 1000000 1000100 10110 11 110111 110100

Color Harmonies of #C74740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74740

Black with #C74740

Text Example


Text Example

White with #C74740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74740; }

 p { color: rgb(199,71,64); }

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

background-color css

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

 a { background-color: rgb(199,71,64); }

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

border-color css

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

 span { border-color: rgb(199,71,64); }

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