Html Css Color HEX #C55142 Sunset

📋 copy color: '#C55142'

red 197 ◦ green 81 ◦ blue 66

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

Shades of Sunset #C55142

Tints of Sunset #C55142

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.55%

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

R = 57.27%
G = 23.55%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C55142 (or 0xC55142) is known color: Sunset. HEX triplet: C5, 51 and 42. RGB value is (197,81,66). Sum of RGB (Red+Green+Blue) = 197+81+66=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C55142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55142 is #3AAEBD. Grayscale: #727272. Windows color (decimal): -3845822 or 4346309. OLE color: 4346309.

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

Color convert

RGB 197 81 66 -
CMYK 0 0.59 0.66 0.23
HSL 6.87º 0.53% 0.52% -
HSV(B) 6.87º 0.66% 0.77% -
XYZ 26.95 18.15 7.24 -
YUV 113.97 100.93 187.22 -
System Red Green Blue C M Y K H S L
Decimal 197 81 66 0 0.59 0.66 0.23 6.87 0.53 0.52
Hex C5 51 42 0 3B 42 17 7 35 34
Octal 305 121 102 0 73 102 27 7 65 64
Binary 11000101 1010001 1000010 0 111011 1000010 10111 111 110101 110100

Color Harmonies of #C55142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55142

Black with #C55142

Text Example


Text Example

White with #C55142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55142; }

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

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

background-color css

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

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

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

border-color css

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

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

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