Html Css Color HEX #C44940 Sunset

📋 copy color: '#C44940'

red 196 ◦ green 73 ◦ blue 64

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

Shades of Sunset #C44940

Tints of Sunset #C44940

RGB

 RED value IS 196 (76.95% from 255) = 58.86%

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

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

R = 58.86%
G = 21.92%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C44940 (or 0xC44940) is known color: Sunset. HEX triplet: C4, 49 and 40. RGB value is (196,73,64). Sum of RGB (Red+Green+Blue) = 196+73+64=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C44940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44940 is #3BB6BF. Grayscale: #6C6C6C. Windows color (decimal): -3913408 or 4213188. OLE color: 4213188.

HSL color Cylindrical-coordinate representation of color #C44940: hue angle of 4.09º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44940 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 73 64 -
CMYK 0 0.63 0.67 0.23
HSL 4.09º 0.53% 0.51% -
HSV(B) 4.09º 0.67% 0.77% -
XYZ 26.07 16.87 6.73 -
YUV 108.75 102.75 190.23 -
System Red Green Blue C M Y K H S L
Decimal 196 73 64 0 0.63 0.67 0.23 4.09 0.53 0.51
Hex C4 49 40 0 3F 43 17 4 35 33
Octal 304 111 100 0 77 103 27 4 65 63
Binary 11000100 1001001 1000000 0 111111 1000011 10111 100 110101 110011

Color Harmonies of #C44940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44940

Black with #C44940

Text Example


Text Example

White with #C44940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44940; }

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

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

background-color css

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

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

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

border-color css

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

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

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