Html Css Color HEX #C94944 Sunset

📋 copy color: '#C94944'

red 201 ◦ green 73 ◦ blue 68

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

Shades of Sunset #C94944

Tints of Sunset #C94944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.88%

R = 58.77%
G = 21.35%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C94944 (or 0xC94944) is known color: Sunset. HEX triplet: C9, 49 and 44. RGB value is (201,73,68). Sum of RGB (Red+Green+Blue) = 201+73+68=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C94944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94944 is #36B6BB. Grayscale: #6E6E6E. Windows color (decimal): -3585724 or 4475337. OLE color: 4475337.

HSL color Cylindrical-coordinate representation of color #C94944: hue angle of 2.26º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C94944 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 73 68 -
CMYK 0 0.64 0.66 0.21
HSL 2.26º 0.55% 0.53% -
HSV(B) 2.26º 0.66% 0.79% -
XYZ 27.51 17.6 7.42 -
YUV 110.7 103.91 192.41 -
System Red Green Blue C M Y K H S L
Decimal 201 73 68 0 0.64 0.66 0.21 2.26 0.55 0.53
Hex C9 49 44 0 40 42 15 2 37 35
Octal 311 111 104 0 100 102 25 2 67 65
Binary 11001001 1001001 1000100 0 1000000 1000010 10101 10 110111 110101

Color Harmonies of #C94944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94944

Black with #C94944

Text Example


Text Example

White with #C94944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94944; }

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

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

background-color css

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

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

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

border-color css

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

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

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