Html Css Color HEX #C94940 Sunset

📋 copy color: '#C94940'

red 201 ◦ green 73 ◦ blue 64

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

Shades of Sunset #C94940

Tints of Sunset #C94940

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.6%

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

R = 59.47%
G = 21.6%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C94940 (or 0xC94940) is known color: Sunset. HEX triplet: C9, 49 and 40. RGB value is (201,73,64). Sum of RGB (Red+Green+Blue) = 201+73+64=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C94940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94940 is #36B6BF. Grayscale: #6E6E6E. Windows color (decimal): -3585728 or 4213193. OLE color: 4213193.

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

Color convert

RGB 201 73 64 -
CMYK 0 0.64 0.68 0.21
HSL 3.94º 0.56% 0.52% -
HSV(B) 3.94º 0.68% 0.79% -
XYZ 27.4 17.55 6.79 -
YUV 110.25 101.91 192.73 -
System Red Green Blue C M Y K H S L
Decimal 201 73 64 0 0.64 0.68 0.21 3.94 0.56 0.52
Hex C9 49 40 0 40 44 15 4 38 34
Octal 311 111 100 0 100 104 25 4 70 64
Binary 11001001 1001001 1000000 0 1000000 1000100 10101 100 111000 110100

Color Harmonies of #C94940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94940

Black with #C94940

Text Example


Text Example

White with #C94940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94940; }

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

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

background-color css

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

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

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

border-color css

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

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

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