Html Css Color HEX #C55F43 Flame Pea

📋 copy color: '#C55F43'

red 197 ◦ green 95 ◦ blue 67

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

Shades of Flame Pea #C55F43

Tints of Flame Pea #C55F43

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.46%

 BLUE value IS 67 (26.56% from 255) = 18.66%

R = 54.87%
G = 26.46%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C55F43 (or 0xC55F43) is known color: Flame Pea. HEX triplet: C5, 5F and 43. RGB value is (197,95,67). Sum of RGB (Red+Green+Blue) = 197+95+67=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55F43 is #3AA0BC. Grayscale: #7A7A7A. Windows color (decimal): -3842237 or 4415429. OLE color: 4415429.

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

Color convert

RGB 197 95 67 -
CMYK 0 0.52 0.66 0.23
HSL 12.92º 0.53% 0.52% -
HSV(B) 12.92º 0.66% 0.77% -
XYZ 28.13 20.46 7.78 -
YUV 122.31 96.79 181.28 -
System Red Green Blue C M Y K H S L
Decimal 197 95 67 0 0.52 0.66 0.23 12.92 0.53 0.52
Hex C5 5F 43 0 34 42 17 D 35 34
Octal 305 137 103 0 64 102 27 15 65 64
Binary 11000101 1011111 1000011 0 110100 1000010 10111 1101 110101 110100

Color Harmonies of #C55F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55F43

Black with #C55F43

Text Example


Text Example

White with #C55F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55F43; }

 p { color: rgb(197,95,67); }

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

background-color css

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

 a { background-color: rgb(197,95,67); }

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

border-color css

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

 span { border-color: rgb(197,95,67); }

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