Html Css Color HEX #C94540 Sunset

📋 copy color: '#C94540'

red 201 ◦ green 69 ◦ blue 64

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

Shades of Sunset #C94540

Tints of Sunset #C94540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.66%

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

R = 60.18%
G = 20.66%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C94540 (or 0xC94540) is known color: Sunset. HEX triplet: C9, 45 and 40. RGB value is (201,69,64). Sum of RGB (Red+Green+Blue) = 201+69+64=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C94540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94540 is #36BABF. Grayscale: #6C6C6C. Windows color (decimal): -3586752 or 4212169. OLE color: 4212169.

HSL color Cylindrical-coordinate representation of color #C94540: hue angle of 2.19º 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 #C94540 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 69 64 -
CMYK 0 0.66 0.68 0.21
HSL 2.19º 0.56% 0.52% -
HSV(B) 2.19º 0.68% 0.79% -
XYZ 27.14 17.04 6.71 -
YUV 107.9 103.23 194.41 -
System Red Green Blue C M Y K H S L
Decimal 201 69 64 0 0.66 0.68 0.21 2.19 0.56 0.52
Hex C9 45 40 0 42 44 15 2 38 34
Octal 311 105 100 0 102 104 25 2 70 64
Binary 11001001 1000101 1000000 0 1000010 1000100 10101 10 111000 110100

Color Harmonies of #C94540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94540

Black with #C94540

Text Example


Text Example

White with #C94540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94540; }

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

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

background-color css

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

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

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

border-color css

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

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

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