Html Css Color HEX #C55241 Sunset

📋 copy color: '#C55241'

red 197 ◦ green 82 ◦ blue 65

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

Shades of Sunset #C55241

Tints of Sunset #C55241

RGB

 RED value IS 197 (77.34% from 255) = 57.27%

 GREEN value IS 82 (32.42% from 255) = 23.84%

 BLUE value IS 65 (25.78% from 255) = 18.9%

R = 57.27%
G = 23.84%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C55241 (or 0xC55241) is known color: Sunset. HEX triplet: C5, 52 and 41. RGB value is (197,82,65). Sum of RGB (Red+Green+Blue) = 197+82+65=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C55241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55241 is #3AADBE. Grayscale: #727272. Windows color (decimal): -3845567 or 4281029. OLE color: 4281029.

HSL color Cylindrical-coordinate representation of color #C55241: hue angle of 7.73º 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 #C55241 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 82 65 -
CMYK 0 0.58 0.67 0.23
HSL 7.73º 0.53% 0.51% -
HSV(B) 7.73º 0.67% 0.77% -
XYZ 27 18.29 7.11 -
YUV 114.45 100.1 186.88 -
System Red Green Blue C M Y K H S L
Decimal 197 82 65 0 0.58 0.67 0.23 7.73 0.53 0.51
Hex C5 52 41 0 3A 43 17 8 35 33
Octal 305 122 101 0 72 103 27 10 65 63
Binary 11000101 1010010 1000001 0 111010 1000011 10111 1000 110101 110011

Color Harmonies of #C55241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55241

Black with #C55241

Text Example


Text Example

White with #C55241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55241; }

 p { color: rgb(197,82,65); }

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

background-color css

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

 a { background-color: rgb(197,82,65); }

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

border-color css

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

 span { border-color: rgb(197,82,65); }

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