Html Css Color HEX #C55248 Sunset

📋 copy color: '#C55248'

red 197 ◦ green 82 ◦ blue 72

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

Shades of Sunset #C55248

Tints of Sunset #C55248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.51%

R = 56.13%
G = 23.36%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C55248 (or 0xC55248) is known color: Sunset. HEX triplet: C5, 52 and 48. RGB value is (197,82,72). Sum of RGB (Red+Green+Blue) = 197+82+72=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C55248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55248 is #3AADB7. Grayscale: #737373. Windows color (decimal): -3845560 or 4739781. OLE color: 4739781.

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

Color convert

RGB 197 82 72 -
CMYK 0 0.58 0.63 0.23
HSL 4.8º 0.52% 0.53% -
HSV(B) 4.8º 0.63% 0.77% -
XYZ 27.21 18.37 8.24 -
YUV 115.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 197 82 72 0 0.58 0.63 0.23 4.8 0.52 0.53
Hex C5 52 48 0 3A 3F 17 5 34 35
Octal 305 122 110 0 72 77 27 5 64 65
Binary 11000101 1010010 1001000 0 111010 111111 10111 101 110100 110101

Color Harmonies of #C55248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55248

Black with #C55248

Text Example


Text Example

White with #C55248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55248; }

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

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

background-color css

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

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

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

border-color css

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

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

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