Html Css Color HEX #C94740 Sunset

📋 copy color: '#C94740'

red 201 ◦ green 71 ◦ blue 64

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

Shades of Sunset #C94740

Tints of Sunset #C94740

RGB

 RED value IS 201 (78.91% from 255) = 59.82%

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

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

R = 59.82%
G = 21.13%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C94740 (or 0xC94740) is known color: Sunset. HEX triplet: C9, 47 and 40. RGB value is (201,71,64). Sum of RGB (Red+Green+Blue) = 201+71+64=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C94740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94740 is #36B8BF. Grayscale: #6D6D6D. Windows color (decimal): -3586240 or 4212681. OLE color: 4212681.

HSL color Cylindrical-coordinate representation of color #C94740: hue angle of 3.07º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94740 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 71 64 -
CMYK 0 0.65 0.68 0.21
HSL 3.07º 0.56% 0.52% -
HSV(B) 3.07º 0.68% 0.79% -
XYZ 27.27 17.29 6.75 -
YUV 109.07 102.57 193.57 -
System Red Green Blue C M Y K H S L
Decimal 201 71 64 0 0.65 0.68 0.21 3.07 0.56 0.52
Hex C9 47 40 0 41 44 15 3 38 34
Octal 311 107 100 0 101 104 25 3 70 64
Binary 11001001 1000111 1000000 0 1000001 1000100 10101 11 111000 110100

Color Harmonies of #C94740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94740

Black with #C94740

Text Example


Text Example

White with #C94740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94740; }

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

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

background-color css

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

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

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

border-color css

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

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

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