Html Css Color HEX #C55242 Sunset

📋 copy color: '#C55242'

red 197 ◦ green 82 ◦ blue 66

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

Shades of Sunset #C55242

Tints of Sunset #C55242

RGB

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

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

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

R = 57.1%
G = 23.77%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C55242 (or 0xC55242) is known color: Sunset. HEX triplet: C5, 52 and 42. RGB value is (197,82,66). Sum of RGB (Red+Green+Blue) = 197+82+66=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C55242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55242 is #3AADBD. Grayscale: #727272. Windows color (decimal): -3845566 or 4346565. OLE color: 4346565.

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

Color convert

RGB 197 82 66 -
CMYK 0 0.58 0.66 0.23
HSL 7.33º 0.53% 0.52% -
HSV(B) 7.33º 0.66% 0.77% -
XYZ 27.03 18.3 7.26 -
YUV 114.56 100.6 186.8 -
System Red Green Blue C M Y K H S L
Decimal 197 82 66 0 0.58 0.66 0.23 7.33 0.53 0.52
Hex C5 52 42 0 3A 42 17 7 35 34
Octal 305 122 102 0 72 102 27 7 65 64
Binary 11000101 1010010 1000010 0 111010 1000010 10111 111 110101 110100

Color Harmonies of #C55242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55242

Black with #C55242

Text Example


Text Example

White with #C55242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55242; }

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

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

background-color css

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

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

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

border-color css

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

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

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