Html Css Color HEX #C55D44 Flame Pea

📋 copy color: '#C55D44'

red 197 ◦ green 93 ◦ blue 68

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

Shades of Flame Pea #C55D44

Tints of Flame Pea #C55D44

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.98%

 BLUE value IS 68 (26.95% from 255) = 18.99%

R = 55.03%
G = 25.98%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C55D44 (or 0xC55D44) is known color: Flame Pea. HEX triplet: C5, 5D and 44. RGB value is (197,93,68). Sum of RGB (Red+Green+Blue) = 197+93+68=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55D44 is #3AA2BB. Grayscale: #797979. Windows color (decimal): -3842748 or 4480453. OLE color: 4480453.

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

Color convert

RGB 197 93 68 -
CMYK 0 0.53 0.65 0.23
HSL 11.63º 0.53% 0.52% -
HSV(B) 11.63º 0.65% 0.77% -
XYZ 27.98 20.12 7.88 -
YUV 121.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 197 93 68 0 0.53 0.65 0.23 11.63 0.53 0.52
Hex C5 5D 44 0 35 41 17 C 35 34
Octal 305 135 104 0 65 101 27 14 65 64
Binary 11000101 1011101 1000100 0 110101 1000001 10111 1100 110101 110100

Color Harmonies of #C55D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55D44

Black with #C55D44

Text Example


Text Example

White with #C55D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55D44; }

 p { color: rgb(197,93,68); }

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

background-color css

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

 a { background-color: rgb(197,93,68); }

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

border-color css

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

 span { border-color: rgb(197,93,68); }

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