Html Css Color HEX #C24942 Sunset

📋 copy color: '#C24942'

red 194 ◦ green 73 ◦ blue 66

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

Shades of Sunset #C24942

Tints of Sunset #C24942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.82%

R = 58.26%
G = 21.92%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C24942 (or 0xC24942) is known color: Sunset. HEX triplet: C2, 49 and 42. RGB value is (194,73,66). Sum of RGB (Red+Green+Blue) = 194+73+66=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C24942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24942 is #3DB6BD. Grayscale: #6C6C6C. Windows color (decimal): -4044478 or 4344258. OLE color: 4344258.

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

Color convert

RGB 194 73 66 -
CMYK 0 0.62 0.66 0.24
HSL 3.28º 0.51% 0.51% -
HSV(B) 3.28º 0.66% 0.76% -
XYZ 25.61 16.63 7.01 -
YUV 108.38 104.09 189.07 -
System Red Green Blue C M Y K H S L
Decimal 194 73 66 0 0.62 0.66 0.24 3.28 0.51 0.51
Hex C2 49 42 0 3E 42 18 3 33 33
Octal 302 111 102 0 76 102 30 3 63 63
Binary 11000010 1001001 1000010 0 111110 1000010 11000 11 110011 110011

Color Harmonies of #C24942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24942

Black with #C24942

Text Example


Text Example

White with #C24942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24942; }

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

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

background-color css

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

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

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

border-color css

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

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

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