Html Css Color HEX #C55C48 Flame Pea

📋 copy color: '#C55C48'

red 197 ◦ green 92 ◦ blue 72

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

Shades of Flame Pea #C55C48

Tints of Flame Pea #C55C48

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.48%

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

R = 54.57%
G = 25.48%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C55C48 (or 0xC55C48) is known color: Flame Pea. HEX triplet: C5, 5C and 48. RGB value is (197,92,72). Sum of RGB (Red+Green+Blue) = 197+92+72=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55C48 is #3AA3B7. Grayscale: #797979. Windows color (decimal): -3843000 or 4742341. OLE color: 4742341.

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

Color convert

RGB 197 92 72 -
CMYK 0 0.53 0.63 0.23
HSL 9.6º 0.52% 0.53% -
HSV(B) 9.6º 0.63% 0.77% -
XYZ 28.02 19.99 8.51 -
YUV 121.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 197 92 72 0 0.53 0.63 0.23 9.6 0.52 0.53
Hex C5 5C 48 0 35 3F 17 A 34 35
Octal 305 134 110 0 65 77 27 12 64 65
Binary 11000101 1011100 1001000 0 110101 111111 10111 1010 110100 110101

Color Harmonies of #C55C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55C48

Black with #C55C48

Text Example


Text Example

White with #C55C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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