Html Css Color HEX #C24940 Sunset

📋 copy color: '#C24940'

red 194 ◦ green 73 ◦ blue 64

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

Shades of Sunset #C24940

Tints of Sunset #C24940

RGB

 RED value IS 194 (76.17% from 255) = 58.61%

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

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

R = 58.61%
G = 22.05%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C24940 (or 0xC24940) is known color: Sunset. HEX triplet: C2, 49 and 40. RGB value is (194,73,64). Sum of RGB (Red+Green+Blue) = 194+73+64=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C24940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24940 is #3DB6BF. Grayscale: #6C6C6C. Windows color (decimal): -4044480 or 4213186. OLE color: 4213186.

HSL color Cylindrical-coordinate representation of color #C24940: hue angle of 4.15º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C24940 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 73 64 -
CMYK 0 0.62 0.67 0.24
HSL 4.15º 0.52% 0.51% -
HSV(B) 4.15º 0.67% 0.76% -
XYZ 25.56 16.6 6.71 -
YUV 108.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 194 73 64 0 0.62 0.67 0.24 4.15 0.52 0.51
Hex C2 49 40 0 3E 43 18 4 34 33
Octal 302 111 100 0 76 103 30 4 64 63
Binary 11000010 1001001 1000000 0 111110 1000011 11000 100 110100 110011

Color Harmonies of #C24940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24940

Black with #C24940

Text Example


Text Example

White with #C24940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24940; }

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

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

background-color css

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

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

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

border-color css

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

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

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