Html Css Color HEX #C55245 Sunset

📋 copy color: '#C55245'

red 197 ◦ green 82 ◦ blue 69

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

Shades of Sunset #C55245

Tints of Sunset #C55245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.83%

R = 56.61%
G = 23.56%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C55245 (or 0xC55245) is known color: Sunset. HEX triplet: C5, 52 and 45. RGB value is (197,82,69). Sum of RGB (Red+Green+Blue) = 197+82+69=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C55245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55245 is #3AADBA. Grayscale: #737373. Windows color (decimal): -3845563 or 4543173. OLE color: 4543173.

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

Color convert

RGB 197 82 69 -
CMYK 0 0.58 0.65 0.23
HSL 6.09º 0.52% 0.52% -
HSV(B) 6.09º 0.65% 0.77% -
XYZ 27.12 18.33 7.74 -
YUV 114.9 102.1 186.56 -
System Red Green Blue C M Y K H S L
Decimal 197 82 69 0 0.58 0.65 0.23 6.09 0.52 0.52
Hex C5 52 45 0 3A 41 17 6 34 34
Octal 305 122 105 0 72 101 27 6 64 64
Binary 11000101 1010010 1000101 0 111010 1000001 10111 110 110100 110100

Color Harmonies of #C55245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55245

Black with #C55245

Text Example


Text Example

White with #C55245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55245; }

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

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

background-color css

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

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

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

border-color css

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

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

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